Date: Sat, 16 Jan 2016 16:04:05 +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: r406234 - head/security/phpsecinfo Message-ID: <201601161604.u0GG45KI017932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Jan 16 16:04:05 2016 New Revision: 406234 URL: https://svnweb.freebsd.org/changeset/ports/406234 Log: - Remove x-generate-plist target using deprecated @dirrm - Add NO_ARCH - Unmute install command Modified: head/security/phpsecinfo/Makefile Modified: head/security/phpsecinfo/Makefile ============================================================================== --- head/security/phpsecinfo/Makefile Sat Jan 16 15:48:47 2016 (r406233) +++ head/security/phpsecinfo/Makefile Sat Jan 16 16:04:05 2016 (r406234) @@ -16,6 +16,7 @@ USES= zip USE_PHP= pcre WANT_PHP_WEB= yes NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}-20070406 TEMP_PLIST= ${WRKDIR}/temp-pkg-plist @@ -25,17 +26,6 @@ PLIST_SUB= WWWOWN=${WWWOWN} \ do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - @${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - @make makesum extract - @${ECHO_CMD} "@owner %%WWWOWN%%" > ${TEMP_PLIST} - @${ECHO_CMD} "@group %%WWWGRP%%" >> ${TEMP_PLIST} - @cd ${WRKSRC} && ${FIND} -s . -type f | \ - ${SED} -e 's|^./||;s|^|%%WWWDIR%%/|' >> ${TEMP_PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm %%WWWDIR%%/|' >> ${TEMP_PLIST} \ - && ${ECHO_CMD} "@dirrmtry %%WWWDIR%%" >> ${TEMP_PLIST} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601161604.u0GG45KI017932>