Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2016 23:06:08 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406282 - head/net/phpldapadmin
Message-ID:  <201601162306.u0GN68Zn047313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Jan 16 23:06:07 2016
New Revision: 406282
URL: https://svnweb.freebsd.org/changeset/ports/406282

Log:
  - Remove deprecated @dirrm
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/net/phpldapadmin/Makefile

Modified: head/net/phpldapadmin/Makefile
==============================================================================
--- head/net/phpldapadmin/Makefile	Sat Jan 16 22:51:29 2016	(r406281)
+++ head/net/phpldapadmin/Makefile	Sat Jan 16 23:06:07 2016	(r406282)
@@ -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} ;				    	 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601162306.u0GN68Zn047313>