diff options
author | alane <alane@FreeBSD.org> | 2003-01-22 13:54:55 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-22 13:54:55 +0000 |
commit | d1e8e640e9ddb3f555d4076a99143e831d3cfd59 (patch) | |
tree | 76c16563220c128925497bc1760d5efb4e30391f /print/cups-lpr/Makefile | |
parent | 5c7711456283eb2c8137612ba6c394c5d8256450 (diff) | |
download | FreeBSD-ports-d1e8e640e9ddb3f555d4076a99143e831d3cfd59.zip FreeBSD-ports-d1e8e640e9ddb3f555d4076a99143e831d3cfd59.tar.gz |
Long awaited update to 1.1.18.0
Diffstat (limited to 'print/cups-lpr/Makefile')
-rw-r--r-- | print/cups-lpr/Makefile | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index 877270e..7440f33a 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -1,32 +1,28 @@ -# New ports collection makefile for: cups-lpr -# Date created: 29 November 2001 -# Whom: James Halstead <jah4007@cs.rit.edu> +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: cups +# Date created: 2003-01-22 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $FreeBSD$ # PORTNAME= cups-lpr PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= 1 -CATEGORIES?= print +PORTREVISION= 0 +PORTEPOCH= ${CUPS_PORTEPOCH} +CATEGORIES= print +MASTER_SITES= ${CUPS_MASTER_SITES} MAINTAINER= alane@FreeBSD.org -LIB_DEPENDS= cups.2:${.CURDIR}/../../print/cups-base - -MAN1= lp.1 lpoptions.1 lpq.1 lpr.1 lprm.1 lpstat.1 \ - lppasswd.1 -MAN8= accept.8 enable.8 lpadmin.8 lpc.8 lpinfo.8 \ - lpmove.8 cupsaddsmb.8 - -USE_SUBMAKE= yes # required for MLINKS support - -MLINKS= accept.8 reject.8 -MLINKS+= enable.8 disable.8 -MLINKS+= lp.1 cancel.1 - post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} + ${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete + ${FIND} ${PREFIX}/man/fr/cat* -type l -name '*.0' -delete + +.include "${.CURDIR}/../../print/cups/Makefile.common" +.include <bsd.port.pre.mk> +.include "${FILESDIR}/manpages.mk" +.include <bsd.port.post.mk> -.include "${.CURDIR}/../../print/cups/Makefile.inc" -.include <bsd.port.mk> +#EOF |