diff options
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} ; \ |
