summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-28 09:48:10 +0000
committerrillig <rillig@pkgsrc.org>2005-11-28 09:48:10 +0000
commit53757baa1bff91cfb624200b278e264ce828179f (patch)
tree318c8bf39f00c17f885b2d2e6f4a3e93080e7dd5 /www
parente6e49a2f0f499b5bffcaf043e9b4f7727b7ebd6f (diff)
downloadpkgsrc-53757baa1bff91cfb624200b278e264ce828179f.tar.gz
Fixed pkglint warning:
- WARN: Makefile:9: PKGNAME should not be used in DIST_SUBDIR, as it sometimes includes the PKGREVISION. Please use PKGNAME_NOREV instead. Noted by Geert Hendrickx on tech-pkg.
Diffstat (limited to 'www')
-rw-r--r--www/thttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index ed9b93d89a5..ab18b40ce68 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/11/26 10:02:37 adrianp Exp $
+# $NetBSD: Makefile,v 1.34 2005/11/28 09:48:10 rillig Exp $
DISTNAME= thttpd-2.25b
PKGREVISION= 4
@@ -6,7 +6,7 @@ CATEGORIES= www
MASTER_SITES= http://www.acme.com/software/thttpd/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${NETBSD_LOGO}
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.acme.com/software/thttpd/