Date: Thu, 7 Jan 2016 16:53:44 +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: r405473 - head/mail/roundcube-html5_notifier Message-ID: <201601071653.u07Gribd066582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,^\.$$,@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?201601071653.u07Gribd066582>