diff options
author | tv <tv@pkgsrc.org> | 1999-05-03 20:47:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-03 20:47:22 +0000 |
commit | c7d6839210d5f607a1248be46e14624564ae8db3 (patch) | |
tree | 3e952521024fbbc6509eef393d18eb3ef3fc6744 /graphics | |
parent | ed9cfb063db496a0cc8058a0a595d5413205342c (diff) | |
download | pkgsrc-c7d6839210d5f607a1248be46e14624564ae8db3.tar.gz |
Revert thinko in previous: only modify PKGNAME, not DISTNAME.
Diffstat (limited to 'graphics')
-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/ |