diff options
author | reed <reed@pkgsrc.org> | 2005-07-18 19:13:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-07-18 19:13:37 +0000 |
commit | 9ec537f22d1764c6b8394ddc5d1a62d610266dd6 (patch) | |
tree | 70807d2c162cde4ba7d21a25013b4fa3acd5ac7a /graphics | |
parent | a1c8736ffed9e1c47ce0eaed743b2dde5a16c03b (diff) | |
download | pkgsrc-9ec537f22d1764c6b8394ddc5d1a62d610266dd6.tar.gz |
Fix misnamed configuration filei (which cuased it to not install
the configuration from examples to configuration directory). Bump
PKGREVISION.
graphics/gimp/Makefile CVS:
----------------------------------------------------------------------
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 87a2e9c0564..baffc165739 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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-html-dir=${PREFIX}/share/doc/html/${PKGNAME_NOREV} 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 |