diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-14 05:06:15 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-14 05:06:15 +0800 |
commit | babe02742a82b8bd023e1b2c3ebbb5e10cb339aa (patch) | |
tree | 980aae55f2bb1702c1f643f3ccc1d17394b7d441 /www | |
parent | 9c35204e982655b9b48035d9c9ac0bf2392f5d43 (diff) | |
download | freebsd-ports-gnome-babe02742a82b8bd023e1b2c3ebbb5e10cb339aa.tar.gz freebsd-ports-gnome-babe02742a82b8bd023e1b2c3ebbb5e10cb339aa.tar.zst freebsd-ports-gnome-babe02742a82b8bd023e1b2c3ebbb5e10cb339aa.zip |
USE_PERL5 (portlint)
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index f52a499e395d..90c0eb347bba 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 18:10:49 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1997/05/24 13:17:16 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/07/18 05:04:19 asami Exp $ # DISTNAME= wwwstat-2.01 @@ -16,9 +16,9 @@ PATCHFILES= patch-2.01.txt MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +USE_PERL5= yes DIST_SUBDIR= wwwstat WRKSRC= ${WRKDIR}/wwwstat-2.0 MAN1= wwwstat.1 splitlog.1 |