diff options
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 00ae5b9..502e1ae 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= # empty diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index cb1fbf3..b846a09 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -14,7 +14,7 @@ CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files -CUPS_DOCSDIR= ${PREFIX}/share/doc/cups-${CUPS_PORTVER} +CUPS_DOCSDIR= ${PREFIX}/share/doc/cups CUPS_SPOOLDIR= /var/spool/cups # file, dir ownership |