pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp Use PKGNAME_NOREV instead of PKGNAME in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fa4f4b1f318
branches:  trunk
changeset: 473632:9fa4f4b1f318
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 22 05:57:29 2004 +0000

description:
Use PKGNAME_NOREV instead of PKGNAME in directory names to match with
PLIST.

diffstat:

 graphics/gimp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bf9ff398d309 -r 9fa4f4b1f318 graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu Apr 22 05:38:32 2004 +0000
+++ b/graphics/gimp/Makefile    Thu Apr 22 05:57:29 2004 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index