pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/thttpd Fixed pkglint warning:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afc4bd8cc601
branches:  trunk
changeset: 503748:afc4bd8cc601
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 28 09:48:10 2005 +0000

description:
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:

 www/thttpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 068a8aefa7a0 -r afc4bd8cc601 www/thttpd/Makefile
--- a/www/thttpd/Makefile       Mon Nov 28 06:41:20 2005 +0000
+++ b/www/thttpd/Makefile       Mon Nov 28 09:48:10 2005 +0000
@@ -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 @@
 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@localhost
 HOMEPAGE=      http://www.acme.com/software/thttpd/



Home | Main Index | Thread Index | Old Index