diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-22 05:57:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-22 05:57:29 +0000 |
commit | 3af33d108e8b967f9aea9379677f89f9a52a73bf (patch) | |
tree | 235ddad02e023ca5bc6a6b25e41973cfd6f3f27b /graphics | |
parent | d35bcb2acaac534e96d8ba581ae473f8d7a926b3 (diff) | |
download | pkgsrc-3af33d108e8b967f9aea9379677f89f9a52a73bf.tar.gz |
Use PKGNAME_NOREV instead of PKGNAME in directory names to match with
PLIST.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 8cee58635b5..de63cd26542 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2004/04/19 15:04:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.97 2004/04/22 05:57:29 minskim Exp $ # DISTNAME= gimp-2.0.1 @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --disable-perl #CONFIGURE_ARGS+= --disable-print CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME} +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} EGDIR= ${PREFIX}/share/examples/gimp-2.0 .for f in gimprc gtkrc ps-menurc sessionrc templaterc unionrc |