svn commit: r405473 - head/mail/roundcube-html5_notifier
Pawel Pekala
pawel at FreeBSD.org
Thu Jan 7 16:53:45 UTC 2016
Author: pawel
Date: Thu Jan 7 16:53:44 2016
New Revision: 405473
URL: https://svnweb.freebsd.org/changeset/ports/405473
Log:
- Remove x-generate-plist target using deprecated @dirrm, our make makeplist
generates proper plists now
- Add NO_ARCH
PR: 205969
Submitted by: myself
Approved by: maintainer
Modified:
head/mail/roundcube-html5_notifier/Makefile
Modified: head/mail/roundcube-html5_notifier/Makefile
==============================================================================
--- head/mail/roundcube-html5_notifier/Makefile Thu Jan 7 16:51:39 2016 (r405472)
+++ head/mail/roundcube-html5_notifier/Makefile Thu Jan 7 16:53:44 2016 (r405473)
@@ -19,17 +19,10 @@ USE_GITHUB= yes
GH_ACCOUNT= kitist
NO_BUILD= yes
+NO_ARCH= yes
WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME}
-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