aboutsummaryrefslogtreecommitdiff
path: root/net/scr_ipfm
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-09 11:43:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-09 11:43:38 +0000
commit35a3256787b35a3ac84c57a93e64ee49f066dfc8 (patch)
treefe8d6d1bb77f066ad3509b241e4a189b13ae62bc /net/scr_ipfm
parentd13a3290d368e78f26cc9630804c1e953ee53388 (diff)
downloadports-35a3256787b35a3ac84c57a93e64ee49f066dfc8.tar.gz
ports-35a3256787b35a3ac84c57a93e64ee49f066dfc8.zip
Notes
Diffstat (limited to 'net/scr_ipfm')
-rw-r--r--net/scr_ipfm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/scr_ipfm/Makefile b/net/scr_ipfm/Makefile
index 249daa9500e5..895f41a2b01d 100644
--- a/net/scr_ipfm/Makefile
+++ b/net/scr_ipfm/Makefile
@@ -15,13 +15,11 @@ MAINTAINER= sexbear@tmu.edu.tw
COMMENT= Use logs generated by ipfm to show data graphically
NO_BUILD= yes
+USE_PHP= yes
MYADMDIR?= www/data/scr_ipfm
PLIST_SUB= MYADMDIR=${MYADMDIR}
PORTDOCS= BUGS COPYING ChangeLog README README_pl THANKS TODO
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
-
do-install:
@${MKDIR} ${PREFIX}/${MYADMDIR}
${CP} -R ${WRKSRC}/[a-z]* ${PREFIX}/${MYADMDIR}
@@ -33,4 +31,4 @@ do-install:
@${CAT} ${PKGMESSAGE}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>