svn commit: r405470 - head/mail/roundcube-sauserprefs
Pawel Pekala
pawel at FreeBSD.org
Thu Jan 7 16:48:14 UTC 2016
Author: pawel
Date: Thu Jan 7 16:48:13 2016
New Revision: 405470
URL: https://svnweb.freebsd.org/changeset/ports/405470
Log:
Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now.
PR: 205970
Submitted by: myself
Approved by: maintainer
Modified:
head/mail/roundcube-sauserprefs/Makefile
Modified: head/mail/roundcube-sauserprefs/Makefile
==============================================================================
--- head/mail/roundcube-sauserprefs/Makefile Thu Jan 7 16:44:42 2016 (r405469)
+++ head/mail/roundcube-sauserprefs/Makefile Thu Jan 7 16:48:13 2016 (r405470)
@@ -22,15 +22,6 @@ NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs
-# 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%%," >${.CURDIR}/pkg-plist.tmp ; \
- ${FIND} . -type d | ${SORT} -r | ${SED} \
- -e "s,^\.$$, at dirrmtry %%WWWDIR%%," \
- -e "s,^\., at dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
-
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}/${WWWDIR}
More information about the svn-ports-all
mailing list