View | Details | Raw Unified | Return to bug 207373
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 25-28 Link Here
25
IGNORE=		requires FreeBSD 10 or later
25
IGNORE=		requires FreeBSD 10 or later
26
.endif
26
.endif
27
27
28
post-install:
29
	@${MKDIR} ${STAGEDIR}/var/db/pbi/index
30
28
.include <bsd.port.post.mk>
31
.include <bsd.port.post.mk>
(-)files/patch-install.sh (+10 lines)
Line 0 Link Here
1
--- install.sh.orig	2015-05-12 19:12:01 UTC
2
+++ install.sh
3
@@ -52,7 +52,4 @@ cp ${DIR}/icons/patch.png ${LB}/share/pb
4
 cp ${DIR}/repo/repokey.ssl ${LB}/share/pbi-manager/repokey.ssl
5
 cp ${DIR}/repo/pkgng-repo ${LB}/share/pbi-manager/pkgng-repo
6
 
7
-# Tickle the info command to setup default dirs
8
-${LB}/sbin/pbi_add >/dev/null 2>/dev/null
9
-
10
 cp ${DIR}/etc/pbi.conf ${LB}/etc/pbi.conf
(-)pkg-plist (+2 lines)
Lines 18-20 Link Here
18
man/man1/pbi_makeindex.1.gz
18
man/man1/pbi_makeindex.1.gz
19
man/man1/pbi_updateindex.1.gz
19
man/man1/pbi_updateindex.1.gz
20
man/man5/pbi.conf.5.gz
20
man/man5/pbi.conf.5.gz
21
@dir /var/db/pbi/index
22
@dir /var/db/pbi

Return to bug 207373