diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-05-16 14:42:34 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-05-16 14:42:34 +0000 |
commit | 2eeccaed5e0b507640b225e44922cdc2fff048b1 (patch) | |
tree | 628d8f11e5fef6b59e7f850007575515db534bec /print | |
parent | Update to rev 1 aftere change to cups-base plist. (diff) |
fix Makefile.common: update CUPS_PORTREV, not CUPS_REVISION
Notes
Notes:
svn path=/head/; revision=81107
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 03c2f125ece2..6312c7572f02 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -10,9 +10,9 @@ CUPS_MASTER_SITES=\ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ CUPS_VERSION= 1.1.18 -CUPS_REVISION= 1 +CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} -CUPS_PORTREV= 4 +CUPS_PORTREV= 5 CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups |