diff options
author | tron <tron@pkgsrc.org> | 2001-11-13 16:23:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-13 16:23:23 +0000 |
commit | 7771464e72d5806581cf67a57c934abcb3fcd8bd (patch) | |
tree | 1ece657fbd03c398f0a4420cfc89537dfe55477b /math | |
parent | c8f502b9a0d8260f940893ed699485595513b413 (diff) | |
download | pkgsrc-7771464e72d5806581cf67a57c934abcb3fcd8bd.tar.gz |
Set "PKGNAME" so that this package is named "guppi" instead of "Guppi"
as it was named before.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 8c578c3a774..d62db3cfb41 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/11/13 03:16:50 damon Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/13 16:23:23 tron Exp $ DISTNAME= Guppi-0.40.0 +PKGNAME= ${DISTNAME:S/G/g/} CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/Guppi/} EXTRACT_SUFX= .tar.bz2 |