diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-25 08:47:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-25 08:47:33 +0800 |
commit | 3189fd7ffd498e06492e7d6a99820ea64a81d49c (patch) | |
tree | 88c7a95b3d8a6c9d6dd4aa864ccb6e65a0be8b66 /www/awstats | |
parent | 67c83173a7750a4c470288505afb39b0e78afebf (diff) | |
download | freebsd-ports-gnome-3189fd7ffd498e06492e7d6a99820ea64a81d49c.tar.gz freebsd-ports-gnome-3189fd7ffd498e06492e7d6a99820ea64a81d49c.tar.zst freebsd-ports-gnome-3189fd7ffd498e06492e7d6a99820ea64a81d49c.zip |
Just one portsdir, just one.
Noticed by: Subject: INDEX build failed
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 7442c6d846ca..3f1f26cba606 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:${PORTDIRS}/p5-Net-XWhois +RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTDIR}/p5-Net-XWhois do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang |