aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index 933c0b3bafdb..d3851571b11e 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -9,7 +9,7 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES= ${CUPS_MASTER_SITES}
@@ -33,6 +33,8 @@ post-patch:
${WRKSRC}/man/*.man
@${REINPLACE_CMD} -e 's|CXX="$$CC"||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${CP} ${WRKSRC}/cups.sh.in ${WRKSRC}/cups.sh.in.presed
+ @${SED} 40d ${WRKSRC}/cups.sh.in.presed > ${WRKSRC}/cups.sh.in
pre-install:
@${ECHO_MSG} "===>" Stopping cupsd ...