diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-04 04:11:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-04 04:11:38 +0000 |
commit | ebcbe757d01f3dfe1c36d9db3f422f73f35f535b (patch) | |
tree | e3e0c1c5c55d8f1ceab8ef38f75921726b1896eb /print/cups-base/Makefile | |
parent | Add a dependency on ports/devel/p5-IO-String. (diff) |
1) Fix minor errors in the print/cups breakup.
2) Make sure CUPS is installed correctly permissions wise.
3) Bump PORTREVISION to acknowledge #2.
Reported by: Alan Eldridge <alane@geeksrus.net> (#2)
Submitted by: maintainer
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index ebc7ae7f7ef6..f9a67ed3dcb9 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups-base PORTVERSION= ${VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ |