summaryrefslogtreecommitdiff
path: root/graphics/gimp24
diff options
context:
space:
mode:
authorminskim <minskim>2006-12-02 08:39:18 +0000
committerminskim <minskim>2006-12-02 08:39:18 +0000
commit4aa62ed7be5b8e5a21ea65289d6090f49a9f043c (patch)
tree0bcf24fee4866f0073c5fe60b2865ae3d3e51710 /graphics/gimp24
parent317acbdbf98755fd0f0e9ec53d0f5a6e46fca0e5 (diff)
downloadpkgsrc-4aa62ed7be5b8e5a21ea65289d6090f49a9f043c.tar.gz
Add menurc to CONF_FILES. Without it, gimp will not create the .gimp-2.3
directory for first-time users. Bump PKGREVISION.
Diffstat (limited to 'graphics/gimp24')
-rw-r--r--graphics/gimp24/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile
index 7838f7a28d1..36d5b758b84 100644
--- a/graphics/gimp24/Makefile
+++ b/graphics/gimp24/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
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