From 855468528f9abac8a27b059fb0bb0fc6bb93ebe9 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 16 Jan 2016 16:04:05 +0000 Subject: [PATCH] - Remove x-generate-plist target using deprecated @dirrm - Add NO_ARCH - Unmute install command --- security/phpsecinfo/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/security/phpsecinfo/Makefile b/security/phpsecinfo/Makefile index a3857bd6d4ff..f5254381fb86 100644 --- a/security/phpsecinfo/Makefile +++ b/security/phpsecinfo/Makefile @@ -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