diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-25 00:49:28 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-25 00:49:28 +0000 |
commit | 05385d874b272c87552dfd3195c28185efeaf213 (patch) | |
tree | 83940764eb4725b293657f5e3a860306335a32e3 /www/awstats-devel | |
parent | 3189fd7ffd498e06492e7d6a99820ea64a81d49c (diff) | |
download | FreeBSD-ports-05385d874b272c87552dfd3195c28185efeaf213.zip FreeBSD-ports-05385d874b272c87552dfd3195c28185efeaf213.tar.gz |
s/PORTDIR/PORTSDIR/ and add a missing ``net/'' category for the
p5-Net-XWhois dependency. This fixes make index.
Diffstat (limited to 'www/awstats-devel')
-rw-r--r-- | www/awstats-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/awstats-devel/Makefile b/www/awstats-devel/Makefile index 3f1f26c..7deb211 100644 --- a/www/awstats-devel/Makefile +++ b/www/awstats-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Free real-time logfile analyzer to get advanced web statistics NO_BUILD= yes USE_PERL5_RUN= yes -RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTDIR}/p5-Net-XWhois +RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang |