pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/munin-doc Don't derive DISTNAME from PKGNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21ba0fd0c06e
branches:  trunk
changeset: 571345:21ba0fd0c06e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 11 12:38:45 2010 +0000

description:
Don't derive DISTNAME from PKGNAME.

diffstat:

 sysutils/munin-doc/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 505ab2eee770 -r 21ba0fd0c06e sysutils/munin-doc/Makefile
--- a/sysutils/munin-doc/Makefile       Thu Feb 11 12:33:35 2010 +0000
+++ b/sysutils/munin-doc/Makefile       Thu Feb 11 12:38:45 2010 +0000
@@ -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/}



Home | Main Index | Thread Index | Old Index