diff options
author | greid <greid@FreeBSD.org> | 2001-08-27 11:48:15 +0000 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-08-27 11:48:15 +0000 |
commit | 6f83103f717dc4bc5a1917022311dcfb9f43b808 (patch) | |
tree | f26aa2ed03deed73f93c14b78576c46f707482ab /print/cups-lpr/Makefile | |
parent | 20e8d90a9c1435a9b94b3a130a4ae02545d25b20 (diff) | |
download | FreeBSD-ports-6f83103f717dc4bc5a1917022311dcfb9f43b808.zip FreeBSD-ports-6f83103f717dc4bc5a1917022311dcfb9f43b808.tar.gz |
Update to version 1.1.10 and give maintainership to submitter
PR: 29859
Submitted by: James Halstead <jah4007@cs.rit.edu>
Diffstat (limited to 'print/cups-lpr/Makefile')
-rw-r--r-- | print/cups-lpr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 1c5f646..9320384 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/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 \ |