summaryrefslogtreecommitdiff
path: root/sysutils/munin-doc
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 12:38:45 +0000
committerjoerg <joerg>2010-02-11 12:38:45 +0000
commit98c3c64642ce75c0b204862ac82cafe93e4fef32 (patch)
tree0140068a0c2c85bcf7839df1029e6cdf0e267327 /sysutils/munin-doc
parent8faf7e4765644da34763abde0b49fdc55f8cc642 (diff)
downloadpkgsrc-98c3c64642ce75c0b204862ac82cafe93e4fef32.tar.gz
Don't derive DISTNAME from PKGNAME.
Diffstat (limited to 'sysutils/munin-doc')
-rw-r--r--sysutils/munin-doc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile
index feca61560d9..d7b46fd64a2 100644
--- a/sysutils/munin-doc/Makefile
+++ b/sysutils/munin-doc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2010/02/10 19:17:45 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2010/02/11 12:38:45 joerg Exp $
#
-DISTNAME= ${PKGNAME:S:-doc-:_:}
-PKGNAME= munin-doc-1.3.2
+VERS= 1.3.2
+DISTNAME= munin_${VERS}
+PKGNAME= munin-doc-${VERS}
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/}