aboutsummaryrefslogtreecommitdiff
path: root/www/phpsysinfo-dev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/phpsysinfo-dev/Makefile')
-rw-r--r--www/phpsysinfo-dev/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile
deleted file mode 100644
index 75897637c6d1..000000000000
--- a/www/phpsysinfo-dev/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: phpSysInfo
-# Date created: Mon Mar 04, 2002
-# Whom: Bob Bomar <bob@fly.homeunix.org>
-#
-# $FreeBSD$
-
-PORTNAME= phpSysInfo
-DISTVERSION= 3.0-RC6
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= SF
-
-MAINTAINER= walt@relnor.com
-COMMENT= A php script that displays info about the host being accessed
-
-USE_PHP= pcre xml simplexml
-WANT_PHP_WEB= yes
-
-WRKSRC= ${WRKDIR}/${PORTNAME:L}
-NO_BUILD= yes
-
-.include <bsd.port.pre.mk>
-
-post-install:
- @if [ ! -f ${WWWDIR}/config.php ]; then \
- ${CP} -p ${WWWDIR}/config.php ${WWWDIR}/config.php.bak ; \
- fi
-
-do-install:
- ${MKDIR} ${WWWDIR}
- cd ${WRKSRC}; ${FIND} . \
- | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
- ${CHMOD} -R ${BINMODE} ${WWWDIR}
- ${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
- ${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php
-
-.include <bsd.port.post.mk>