pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp24 Add menurc to CONF_FILES. Without it,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8be20667f88
branches:  trunk
changeset: 522081:a8be20667f88
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Dec 02 08:39:18 2006 +0000

description:
Add menurc to CONF_FILES.  Without it, gimp will not create the .gimp-2.3
directory for first-time users.  Bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 24ed101c450b -r a8be20667f88 graphics/gimp24/Makefile
--- a/graphics/gimp24/Makefile  Sat Dec 02 06:12:40 2006 +0000
+++ b/graphics/gimp24/Makefile  Sat Dec 02 08:39:18 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2006/11/30 23:41:34 adam Exp $
+# $NetBSD: Makefile,v 1.32 2006/12/02 08:39:18 minskim Exp $
 
 DISTNAME=      gimp-2.3.13
+PKGREVISION=1
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.gimp.org/pub/gimp/v2.3/ \
                ftp://ftp.cs.umn.edu/pub/gimp/v2.3/ \
@@ -43,7 +44,7 @@
 UNLIMIT_RESOURCES+=    datasize
 
 EGDIR=                 ${PREFIX}/share/examples/gimp-2.0
-.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unitrc
+.for f in controllerrc gimprc gtkrc menurc ps-menurc sessionrc templaterc unitrc
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
 



Home | Main Index | Thread Index | Old Index