pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/scmgit Set PKGNAME instead of overriding DISTNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24e3d19c89fa
branches:  trunk
changeset: 542728:24e3d19c89fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 26 10:50:17 2008 +0000

description:
Set PKGNAME instead of overriding DISTNAME.

diffstat:

 devel/scmgit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 9cc23409b55b -r 24e3d19c89fa devel/scmgit/Makefile
--- a/devel/scmgit/Makefile     Mon May 26 09:26:21 2008 +0000
+++ b/devel/scmgit/Makefile     Mon May 26 10:50:17 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2008/01/05 11:10:18 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2008/05/26 10:50:17 wiz Exp $
 
 .include "Makefile.common"
 
-DISTNAME=      scmgit-${GIT_VERSION}
+PKGNAME=       scmgit-${GIT_VERSION}
 CATEGORIES+=   meta-pkgs
 
 MAINTAINER=    bjs%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index