diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-16 16:04:05 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-16 16:04:05 +0000 |
commit | 855468528f9abac8a27b059fb0bb0fc6bb93ebe9 (patch) | |
tree | 56ccbc85696a69db041ddd1439ef119aaf0ea268 /security/phpsecinfo | |
parent | fd1c5a188c9aa129b089a79ca332b4d2e1a0dc53 (diff) |
Notes
Diffstat (limited to 'security/phpsecinfo')
-rw-r--r-- | security/phpsecinfo/Makefile | 14 |
1 files 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 <bsd.port.mk> |