diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-25 00:49:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-25 00:49:28 +0000 |
commit | 7d071bfdbb16017cf00e8e059b1e6e2c6f784fe4 (patch) | |
tree | f95ab11717e15e6708f3be4791e230e5d6d6173f /www/awstats-devel | |
parent | 2fad756ceff53f0346114552b709e6307c56bd52 (diff) |
s/PORTDIR/PORTSDIR/ and add a missing ``net/'' category for the
p5-Net-XWhois dependency. This fixes make index.
Notes
Notes:
svn path=/head/; revision=98991
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 3f1f26cba606..7deb211df271 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 |