Date: Fri, 28 Dec 2012 15:42:11 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309572 - head/print/cups-base Message-ID: <201212281542.qBSFgBFV053054@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Dec 28 15:42:11 2012 New Revision: 309572 URL: http://svnweb.freebsd.org/changeset/ports/309572 Log: Fix file installation when MDNSRESPONDER=on PR: ports/174352 (based on) Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Fri Dec 28 14:21:00 2012 (r309571) +++ head/print/cups-base/Makefile Fri Dec 28 15:42:11 2012 (r309572) @@ -290,6 +290,10 @@ post-patch: .if ${ARCH} == "amd64" @${REINPLACE_CMD} -e 's|@PIEFLAGS@||' ${WRKSRC}/Makedefs.in .endif +.if ${PORT_OPTIONS:MMDNSRESPONDER} + @${REINPLACE_CMD} -e 's|Darwin|FreeBSD|' \ + ${WRKSRC}/backend/Makefile +.endif .if ${PORT_OPTIONS:MXDG_OPEN} @${REINPLACE_CMD} -e 's|htmlview|xdg-open|' ${WRKSRC}/desktop/cups.desktop.in .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212281542.qBSFgBFV053054>