diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-09 11:43:38 +0000 |
commit | 35a3256787b35a3ac84c57a93e64ee49f066dfc8 (patch) | |
tree | fe8d6d1bb77f066ad3509b241e4a189b13ae62bc /net/scr_ipfm | |
parent | Bento fix: change from check of distfile existance in pre-fetch, to (diff) |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=100488
Diffstat (limited to 'net/scr_ipfm')
-rw-r--r-- | net/scr_ipfm/Makefile | 6 |
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> |