diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-04 23:17:09 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-04 23:17:09 +0000 |
commit | bd39996e56197ba9559aa83b0f438966d305392b (patch) | |
tree | 1cf709dd9341dc33e7aeeb0abb02fa5c19e9f463 /x11 | |
parent | b96112b78d8114ab00825565c62f15ad2e5d6008 (diff) | |
download | pkgsrc-bd39996e56197ba9559aa83b0f438966d305392b.tar.gz |
Fix PKGNAME: should be gtk2-engines, not gtk-engines. Pointed out in
PR pkg/19682 by Eric Gillespie.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-engines/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 878152824da..07aafddb071 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/01/04 22:26:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/04 23:17:09 jmmv Exp $ # DISTNAME= gtk-engines-1.9.0 +PKGNAME= ${DISTNAME:S/gtk/gtk2/} PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/1.9/} |