svn commit: r309572 - head/print/cups-base

Pawel Pekala pawel at FreeBSD.org
Fri Dec 28 15:42:11 UTC 2012


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 at 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


More information about the svn-ports-all mailing list