diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 295fecfcd23..fdfab19502a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2010/01/17 12:02:37 wiz Exp $ +# $NetBSD: Makefile,v 1.145 2010/01/18 09:59:21 wiz Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -10,7 +10,7 @@ BASE_VERS= 1.3.11 DIST_VERS= ${BASE_VERS} DIST_SUBDIR= cups-${DIST_VERS} # temp fix for updated distfile VERS= ${DIST_VERS:S/-/./g} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${BASE_VERS}/ \ |