diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/webalizer/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r-- | www/webalizer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 40cbb7c8efd..0ad5e83db28 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2003/03/22 03:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2003/03/29 12:42:56 jmmv Exp $ # DISTNAME= webalizer-2.01-10-src PKGNAME= webalizer-2.1.10 +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://webalizer.dexa.org/pub/webalizer/ \ @@ -13,8 +14,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mrunix.net/webalizer/ COMMENT= Web server log file analysis program -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} - USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_X11= YES |