svn commit: r421065 - head/print/foomatic-filters

Tijl Coosemans tijl at FreeBSD.org
Mon Aug 29 15:02:19 UTC 2016


Author: tijl
Date: Mon Aug 29 15:02:18 2016
New Revision: 421065
URL: https://svnweb.freebsd.org/changeset/ports/421065

Log:
  Fix the CUPS foomatic-rip symlink.
  
  PR:		212232
  Submitted by:	fmysh at iijmio-mail.jp
  Approved by:	jrm at ftfl.ca (maintainer)

Modified:
  head/print/foomatic-filters/Makefile

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Mon Aug 29 15:00:43 2016	(r421064)
+++ head/print/foomatic-filters/Makefile	Mon Aug 29 15:02:18 2016	(r421065)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foomatic-filters
 PORTVERSION=	4.0.17
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/foomatic/
 
@@ -56,7 +56,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 		   	  ${WRKSRC}/foomaticrip.c
-	@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \
+	@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \
 			  -e '/filter.conf/ s|if.*||' \
 			  ${WRKSRC}/Makefile.am
 


More information about the svn-ports-all mailing list