diff options
author | recht <recht@pkgsrc.org> | 2003-12-06 20:02:03 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-06 20:02:03 +0000 |
commit | f1f68242e7292af5ed2190e8621462eb24efd5d0 (patch) | |
tree | 6736c680a2cdf5fdfc55896be9cc9e0ac1a24dcb /www | |
parent | f4350dd39f4804c81646fc65a8629a760379fab6 (diff) | |
download | pkgsrc-f1f68242e7292af5ed2190e8621462eb24efd5d0.tar.gz |
Name the pkg gtkhtml3 instead of gtkhtml to avoid conflicting with the
latter.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index eaeacfccc0e..2cb26e04c50 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 18:13:32 recht Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/06 20:02:03 recht Exp $ # DISTNAME= gtkhtml-3.0.9 +PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml3/} CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.0/} EXTRACT_SUFX= .tar.bz2 |