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
commita670c88e099eb8605581d1342efb61d5eb7c240a (patch)
tree0140068a0c2c85bcf7839df1029e6cdf0e267327 /sysutils/munin-doc
parent8ac9aa849bf85e5bbcc8411d2e6764b68a1efade (diff)
downloadpkgsrc-a670c88e099eb8605581d1342efb61d5eb7c240a.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/}