diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-25 08:49:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-25 08:49:28 +0800 |
commit | 05385d874b272c87552dfd3195c28185efeaf213 (patch) | |
tree | 83940764eb4725b293657f5e3a860306335a32e3 /www/awstats | |
parent | 3189fd7ffd498e06492e7d6a99820ea64a81d49c (diff) | |
download | freebsd-ports-gnome-05385d874b272c87552dfd3195c28185efeaf213.tar.gz freebsd-ports-gnome-05385d874b272c87552dfd3195c28185efeaf213.tar.zst freebsd-ports-gnome-05385d874b272c87552dfd3195c28185efeaf213.zip |
s/PORTDIR/PORTSDIR/ and add a missing ``net/'' category for the
p5-Net-XWhois dependency. This fixes make index.
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 3f1f26cba606..7deb211df271 100644 --- a/www/awstats/Makefile +++ b/www/awstats/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 |