summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/Makefile')
-rw-r--r--net/phpldapadmin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index af5ae13874b2..9cf571196d61 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= phpldapadmin
-PORTVERSION= 1.2.6.4
+PORTVERSION= 1.2.6.5
CATEGORIES= net www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@@ -44,15 +44,13 @@ SUB_FILES+= pkg-message
post-patch:
cd ${WRKSRC} ; \
${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \
- ! -name .gitignore ! -name *.orig \
- ! -name Attribute.php | ${SORT} | \
- ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ;
+ ! -name .gitignore ! -name *.orig | ${SORT} \
+ | ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ;
do-install:
cd ${WRKSRC} ; \
for src in $$( ${FIND} . ! -name .cvsignore \
- ! -name .gitignore ! -name *.orig \
- ! -name Attribute.php) ; do \
+ ! -name .gitignore ! -name *.orig) ; do \
dst=${STAGEDIR}${WWWDIR}$${src#.} ; \
if ${TEST} -d $$src ; then \
${MKDIR} $$dst ; \