pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp Fix misnamed configuration filei (which ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cf27cfafa2e
branches:  trunk
changeset: 496996:1cf27cfafa2e
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Jul 18 19:13:37 2005 +0000

description:
Fix misnamed configuration filei (which cuased it to not install
the configuration from examples to configuration directory). Bump
PKGREVISION.
graphics/gimp/Makefile CVS:
----------------------------------------------------------------------

diffstat:

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

diffs (21 lines):

diff -r e30e8c97c847 -r 1cf27cfafa2e graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Mon Jul 18 18:28:23 2005 +0000
+++ b/graphics/gimp/Makefile    Mon Jul 18 19:13:37 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.121 2005/06/30 15:14:07 adam Exp $
+# $NetBSD: Makefile,v 1.122 2005/07/18 19:13:37 reed Exp $
 
 DISTNAME=      gimp-2.2.8
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v2.2/ \
                ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
@@ -44,7 +45,7 @@
 CONFIGURE_ARGS+=       --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
 
 EGDIR=                 ${PREFIX}/share/examples/gimp-2.0
-.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unionrc
+.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unitrc
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
 



Home | Main Index | Thread Index | Old Index