summaryrefslogtreecommitdiff
path: root/www/phpsysinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/phpsysinfo/Makefile')
-rw-r--r--www/phpsysinfo/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile
deleted file mode 100644
index 9e41fb5e05f6..000000000000
--- a/www/phpsysinfo/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: phpSysInfo
-# Date created: Mon Mar 04, 2002
-# Whom: Bob Bomar <bob@fly.homeunix.org>
-#
-# $FreeBSD$
-
-PORTNAME= phpSysInfo
-PORTVERSION= 2.5.3
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:L}
-DISTNAME= ${PORTNAME:L}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A php script that displays info about the host being accessed
-
-USE_PHP= pcre xml
-WANT_PHP_WEB= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME:L}
-NO_BUILD= yes
-PLIST= ${WRKDIR}/plist
-
-post-patch:
- ${RM} -f ${PLIST}
- cd ${WRKSRC};\
- ${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR_REL}|"\
- >${PLIST};\
- ${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@dirrm ${WWWDIR_REL}|"\
- >>${PLIST}
-
-do-install:
- ${MKDIR} ${WWWDIR}
- cd ${WRKSRC}; ${FIND} . \
- | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
- ${CHMOD} -R ${BINMODE} ${WWWDIR}
- ${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
-
-.include <bsd.port.mk>