Date: Mon, 18 Jan 2016 15:59:11 +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: r406589 - head/mail/roundcube-sieverules Message-ID: <201601181559.u0IFxB8N010772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Jan 18 15:59:11 2016 New Revision: 406589 URL: https://svnweb.freebsd.org/changeset/ports/406589 Log: Remove x-generate-plist target using deprecated @dirrm, our make makeplist generates proper plists now. PR: 205971 Submitted by: myself Approved by: maintainer Modified: head/mail/roundcube-sieverules/Makefile Modified: head/mail/roundcube-sieverules/Makefile ============================================================================== --- head/mail/roundcube-sieverules/Makefile Mon Jan 18 15:57:10 2016 (r406588) +++ head/mail/roundcube-sieverules/Makefile Mon Jan 18 15:59:11 2016 (r406589) @@ -24,15 +24,6 @@ NO_ARCH= yes WWWDIR= ${PREFIX}/www/roundcube/plugins/sieverules -# This target is only meant to be used by the port maintainer. -x-generate-plist: build - cd ${WRKSRC}; \ - ${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \ - ${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp - do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601181559.u0IFxB8N010772>