svn commit: r406589 - head/mail/roundcube-sieverules
Pawel Pekala
pawel at FreeBSD.org
Mon Jan 18 15:59:13 UTC 2016
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,^\.$$, at dirrmtry %%WWWDIR%%," \
- -e "s,^\., at dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
-
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
More information about the svn-ports-all
mailing list