diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-19 21:19:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-19 21:19:30 +0800 |
commit | 97a7bd25222e0b5d80a415739008bf0cad301a99 (patch) | |
tree | b9520d3961af140db147138008838525cd5e7647 /print | |
parent | b262f8a8403e507af9c28e4ee07adbbd10ef5c87 (diff) | |
download | freebsd-ports-gnome-97a7bd25222e0b5d80a415739008bf0cad301a99.tar.gz freebsd-ports-gnome-97a7bd25222e0b5d80a415739008bf0cad301a99.tar.zst freebsd-ports-gnome-97a7bd25222e0b5d80a415739008bf0cad301a99.zip |
Fix installation of cups-base when libiconv is installed: do not descend
into the cups subdirectory. That directory is already installed by the
cups-client port and it requires USES=iconv.
Reported by: Mark Knight <markk@knigma.org>
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 0f31220b66b7..c18e3ee0d431 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -325,6 +325,7 @@ post-patch: @${REINPLACE_CMD} \ -e 's|cups test|test|' \ -e 's|cups filter driver|driver|' \ + -e '/cd cups/d' \ -e 's|$$.INSTALL_SCRIPT. cups-config|echo skip: cups-config|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} \ |