diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-05-16 22:42:34 +0800 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-05-16 22:42:34 +0800 |
commit | 2eeccaed5e0b507640b225e44922cdc2fff048b1 (patch) | |
tree | 628d8f11e5fef6b59e7f850007575515db534bec /print | |
parent | d83dfab8245430623f214b4872f7c30365c72b5b (diff) | |
download | freebsd-ports-gnome-2eeccaed5e0b507640b225e44922cdc2fff048b1.tar.gz freebsd-ports-gnome-2eeccaed5e0b507640b225e44922cdc2fff048b1.tar.zst freebsd-ports-gnome-2eeccaed5e0b507640b225e44922cdc2fff048b1.zip |
fix Makefile.common: update CUPS_PORTREV, not CUPS_REVISION
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 |