Date: Thu, 7 Jan 2016 16:48:13 +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: r405470 - head/mail/roundcube-sauserprefs Message-ID: <201601071648.u07GmDnj063415@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/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?201601071648.u07GmDnj063415>