diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-08-27 11:48:15 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-08-27 11:48:15 +0000 |
commit | 49d67a3f3551d2173ce7b58851b0dc97ecfb4b54 (patch) | |
tree | 670fd036978e39f29edb727a89ceb6d04017abd3 /print/cups/Makefile | |
parent | f238ded55b40306a73c1c3c74bca57030b0edc3a (diff) | |
download | ports-49d67a3f3551d2173ce7b58851b0dc97ecfb4b54.tar.gz ports-49d67a3f3551d2173ce7b58851b0dc97ecfb4b54.zip |
Notes
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 1c5f6461896b..932038484bab 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ DISTNAME= ${PORTNAME}-${VERSION}-${REVISION}-source -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= jah4007@cs.rit.edu -VERSION= 1.1.6 -REVISION= 2 +VERSION= 1.1.10 +REVISION= 1 USE_BZIP2= yes INSTALLS_SHLIB= yes @@ -25,9 +25,10 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --localstatedir=/var MAN1= backend.1 cancel.1 filter.1 lp.1 lpoptions.1 lpq.1 \ - lpr.1 lprm.1 lpstat.1 + lpr.1 lprm.1 lpstat.1 lppasswd.1 MAN5= classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \ printers.conf.5 MAN8= accept.8 cups-lpd.8 cups-polld.8 cupsd.8 disable.8 \ |