diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2013-10-21 20:05:29 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2013-10-21 20:05:29 +0000 |
commit | 87d16d0b6468c8793221795a8c516f2e3191bc2f (patch) | |
tree | 3fbb622185f90dd7852c303f1fe566d0f299784a /sysutils/pcbsd-utils/Makefile | |
parent | f7ba3ab762d29fd3b8705a268d8068f8889cf880 (diff) |
- Update to 1382384181
Notes
Notes:
svn path=/head/; revision=331182
Diffstat (limited to 'sysutils/pcbsd-utils/Makefile')
-rw-r--r-- | sysutils/pcbsd-utils/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index f55e9f993fbd..cc07d9c253c5 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcbsd-utils -PORTVERSION= 1381240866 +PORTVERSION= 1382384181 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -14,7 +14,6 @@ RUN_DEPENDS= pkg-static:${PORTSDIR}/ports-mgmt/pkg \ svn:${PORTSDIR}/devel/subversion \ mksquashfs:${PORTSDIR}/sysutils/squashfs-tools \ debootstrap:${PORTSDIR}/sysutils/debootstrap \ - aria2c:${PORTSDIR}/www/aria2 \ sipcalc:${PORTSDIR}/net-mgmt/sipcalc \ eject:${PORTSDIR}/sysutils/eject \ unzip:${PORTSDIR}/archivers/unzip \ @@ -33,6 +32,14 @@ USE_PYTHON= yes IGNORE= requires FreeBSD 9.0 or later .endif +.if ${OSVERSION} > 1000000 +PLIST_FILES+= share/pbi-manager/.pbime \ + share/pbi-manager/.pbimount \ + share/pbi-manager/.ldconfig \ + share/pbi-manager/.mount_nullfs \ + etc/man.d/pbi.conf +.endif + do-install: cd ${WRKSRC} && make install PREFIX=${STAGEDIR}${PREFIX} |