diff options
author | tv <tv> | 1999-05-03 20:47:22 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-03 20:47:22 +0000 |
commit | bb6a7f815944b9d77adfa2e1f6f94beea89fad0f (patch) | |
tree | 3e952521024fbbc6509eef393d18eb3ef3fc6744 /graphics/gd | |
parent | d6d63fa8d24cd6d9ce7ef29d227073e86e7eb512 (diff) | |
download | pkgsrc-bb6a7f815944b9d77adfa2e1f6f94beea89fad0f.tar.gz |
Revert thinko in previous: only modify PKGNAME, not DISTNAME.
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 61f0074a194..9ab5a0937f0 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 1999/05/03 20:25:37 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/05/03 20:47:22 tv Exp $ # FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp # -DISTNAME= gd1.3p1 +DISTNAME= gd1.3 PKGNAME= gd-1.3p1 CATEGORIES= graphics MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/ |