aboutsummaryrefslogtreecommitdiffstats
path: root/security/phpsecinfo
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2016-01-17 00:04:05 +0800
committerpawel <pawel@FreeBSD.org>2016-01-17 00:04:05 +0800
commit1c3a90ebeca5c3ac02cc40a32ee19af29cb7403a (patch)
tree56ccbc85696a69db041ddd1439ef119aaf0ea268 /security/phpsecinfo
parentccfc9d56f83c8a413e3b97850f684e9fa056c3c7 (diff)
downloadfreebsd-ports-gnome-1c3a90ebeca5c3ac02cc40a32ee19af29cb7403a.tar.gz
freebsd-ports-gnome-1c3a90ebeca5c3ac02cc40a32ee19af29cb7403a.tar.zst
freebsd-ports-gnome-1c3a90ebeca5c3ac02cc40a32ee19af29cb7403a.zip
- Remove x-generate-plist target using deprecated @dirrm
- Add NO_ARCH - Unmute install command
Diffstat (limited to 'security/phpsecinfo')
-rw-r--r--security/phpsecinfo/Makefile14
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>