From owner-svn-ports-head@freebsd.org Sat Jan 16 23:06:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35949A8504C; Sat, 16 Jan 2016 23:06:09 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 081E7107C; Sat, 16 Jan 2016 23:06:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GN684j047314; Sat, 16 Jan 2016 23:06:08 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GN68Zn047313; Sat, 16 Jan 2016 23:06:08 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601162306.u0GN68Zn047313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 16 Jan 2016 23:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406282 - head/net/phpldapadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 23:06:09 -0000 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} ; \