diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 89e7f754131..0eec9a9e4d7 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.218 2015/04/23 09:29:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.219 2015/06/12 10:50:57 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: @@ -6,6 +6,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} +PKGREVISION= 1 BASE_VERS= 2.0.2 DIST_VERS= ${BASE_VERS} CATEGORIES= print |