aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-11-30 00:25:35 +0800
committerdinoex <dinoex@FreeBSD.org>2009-11-30 00:25:35 +0800
commit3198ddbd3bba59157daf07f43500a31f05b61b58 (patch)
tree51e2c789ac6a6b2681ccc2a9145479590177ca41 /print/cups-base
parent2150614e9ac9e0186518def7a49f3294eedc0035 (diff)
downloadfreebsd-ports-gnome-3198ddbd3bba59157daf07f43500a31f05b61b58.tar.gz
freebsd-ports-gnome-3198ddbd3bba59157daf07f43500a31f05b61b58.tar.zst
freebsd-ports-gnome-3198ddbd3bba59157daf07f43500a31f05b61b58.zip
- cleanup REINPLACE for base
Diffstat (limited to 'print/cups-base')
-rw-r--r--print/cups-base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index a8fe717fb32d..7e3d0d8fcde5 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -256,7 +256,7 @@ post-patch:
${WRKSRC}/Makefile
.else
@${REINPLACE_CMD} \
- -e 's|cups backend|backend|' -e 's|filter ||' \
+ -e 's|cups filter backend|backend|' \
-e 's|$$.INSTALL_SCRIPT. cups-config|echo skip: cups-config|' \
-e 's|/usr/share|${PREFIX}/share|g' \
-e 's|installhdrs$$||' \