diff options
author | obache <obache@pkgsrc.org> | 2007-12-27 12:27:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-27 12:27:52 +0000 |
commit | 8767701c6d8f85331a15888b0306bcbd675529e3 (patch) | |
tree | 538851c5d71f441d9ea64a7259a69b2dde2355ec /print | |
parent | 69a0177e414a6d13d8e500513431289a1d12308b (diff) | |
download | pkgsrc-8767701c6d8f85331a15888b0306bcbd675529e3.tar.gz |
Config file name is "command.types", not "config.types".
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/gimp-print-cups/Makefile | 6 |
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" |