Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 15:02:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421065 - head/print/foomatic-filters
Message-ID:  <201608291502.u7TF2Ifw071617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@iijmio-mail.jp
  Approved by:	jrm@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608291502.u7TF2Ifw071617>