diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-16 23:06:07 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-16 23:06:07 +0000 |
commit | 8df2e648b6724430801bb35097200a9a7000c2bb (patch) | |
tree | eedb8becdc380d59fd9711a3a475a5afac133132 /net/phpldapadmin | |
parent | 2971c0a00c175931b98fc743b863cf864c83e8b9 (diff) | |
download | ports-8df2e648b6724430801bb35097200a9a7000c2bb.tar.gz ports-8df2e648b6724430801bb35097200a9a7000c2bb.zip |
Notes
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 17e6f66595bb..5a5b21f924d1 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -12,6 +12,7 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= PHP application to administer LDAP over the web LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe tar:tgz CPE_VENDOR= deon_george @@ -39,11 +40,7 @@ post-patch: ${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \ ! -name .gitignore ! -name *.orig | ${SORT} | \ ${SED} -e "s!^\.!%%WWWDIR%%!" >${PLIST} ; \ - ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e 's!^\./${CFGDIR}$$!@dirrmtry %%WWWDIR%%/${CFGDIR}!' \ - -e 's!^\.$$!@dirrmtry %%WWWDIR%%!' \ - -e 's!^\.!@dirrm %%WWWDIR%%!' >>${PLIST} + ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} do-install: cd ${WRKSRC} ; \ |