diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-23 09:05:40 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-23 09:05:40 +0000 |
commit | 5610ff4d72215adf662285322f064baef5cb9347 (patch) | |
tree | a1f09de7e5ea0cdeeea9a03b26a3ea6a4f3aed96 | |
parent | 33a1cfe37e2abf4e9a9d5433eaa049d165f25696 (diff) | |
download | ports-5610ff4d72215adf662285322f064baef5cb9347.tar.gz ports-5610ff4d72215adf662285322f064baef5cb9347.zip |
change doc dir to not have version extension for compatibility
Notes
Notes:
svn path=/head/; revision=73842
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile.common | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index d8a1aef53462..947da5eb263b 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -9,7 +9,7 @@ PORTNAME= cups-base PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= ${CUPS_PORTEPOCH} CATEGORIES= print MASTER_SITES= ${CUPS_MASTER_SITES} diff --git a/print/cups/Makefile b/print/cups/Makefile index 00ae5b9070ec..502e1ae40381 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 cb1fbf3d958f..b846a09d0e81 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 |