aboutsummaryrefslogtreecommitdiff
path: root/print/cups-base/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-11-15 04:24:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-11-15 04:24:32 +0000
commit60171985c36cd89f6f500919165c0643ed80fbaa (patch)
treef33634eb90433e00560bb7b60a9adae8e05ece0f /print/cups-base/Makefile
parente228446e3ef464aaa69c0453f4c6eb30b6305c73 (diff)
Notes
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r--print/cups-base/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 013fa55814e8..0c6d23c176e2 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -9,7 +9,6 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
-PORTREVISION= 1
PORTREVISION= ${CUPS_PORTREV}
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
@@ -27,6 +26,8 @@ post-patch:
@${REINPLACE_CMD} -e '/SILENT/d' \
${WRKSRC}/Makedefs.in
@${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
+ ${WRKSRC}/man/Makefile ${WRKSRC}/man/es/Makefile
+ @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile
@${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \
${WRKSRC}/man/*.man
@@ -49,7 +50,7 @@ post-install:
${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp
${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR}
${CHMOD} -R g+w ${CUPS_SPOOLDIR}
- @${CAT} ${PKGMESSAGE}
+ @${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE}
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>