diff options
author | hubertf <hubertf> | 2000-07-05 23:59:08 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-07-05 23:59:08 +0000 |
commit | a0a2c198cc209e66776cd700a97d11b18e0f589f (patch) | |
tree | 8e0451f497a922a05f4cb051f54141da1ab88557 /graphics/gdk-pixbuf | |
parent | ab91e133c0c6bc7b1aa52f370c1442bdb486fe83 (diff) | |
download | pkgsrc-a0a2c198cc209e66776cd700a97d11b18e0f589f.tar.gz |
only make the generated pkg's name "nb1" - the distfile stays the same
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index fa2ad0c911b..e5f7482b083 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2000/07/05 23:49:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/05 23:59:08 hubertf Exp $ # -DISTNAME= gdk-pixbuf-0.8.0nb1 +DISTNAME= gdk-pixbuf-0.8.0 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/} |