summaryrefslogtreecommitdiff
path: root/print/gimp-print-cups
diff options
context:
space:
mode:
authorobache <obache>2007-12-27 12:27:52 +0000
committerobache <obache>2007-12-27 12:27:52 +0000
commitb083138b1d026b650f48d8dc2c03f8bd854af56c (patch)
tree538851c5d71f441d9ea64a7259a69b2dde2355ec /print/gimp-print-cups
parent3e5f057c413670067aeae520cdf69369b5fe5fbe (diff)
downloadpkgsrc-b083138b1d026b650f48d8dc2c03f8bd854af56c.tar.gz
Config file name is "command.types", not "config.types".
Bump PKGREVISION.
Diffstat (limited to 'print/gimp-print-cups')
-rw-r--r--print/gimp-print-cups/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
index de242c7b74d..c057da687fe 100644
--- a/print/gimp-print-cups/Makefile
+++ b/print/gimp-print-cups/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2007/11/17 12:04:14 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2007/12/27 12:27:52 obache Exp $
DISTNAME= gimp-print-4.2.7
PKGNAME= gimp-print-cups-4.2.7
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q}
PKG_SYSCONFSUBDIR= cups
EGDIR= ${PREFIX}/share/examples/cups
-CONF_FILES= ${EGDIR}/config.types ${PKG_SYSCONFDIR}/config.types
+CONF_FILES= ${EGDIR}/command.types ${PKG_SYSCONFDIR}/command.types
.include "../../print/cups/buildlink3.mk"
.include "../../print/gimp-print-lib/buildlink3.mk"