svn commit: r310057 - head/graphics/sane-backends

Jason Helfman jgh at FreeBSD.org
Tue Jan 8 00:03:42 UTC 2013


Author: jgh
Date: Tue Jan  8 00:02:56 2013
New Revision: 310057
URL: http://svnweb.freebsd.org/changeset/ports/310057

Log:
  - unbreak graphics/xsane by correcting path for PKG_CONFIG_LIBDIR
  
  PR:		174961
  Submitted by:	eric at krausser-edv.de

Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Mon Jan  7 21:14:03 2013	(r310056)
+++ head/graphics/sane-backends/Makefile	Tue Jan  8 00:02:56 2013	(r310057)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sane-backends
 PORTVERSION=	1.0.23
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://alioth.debian.org/frs/download.php/3752/:3752 \
 		http://alioth.debian.org/frs/download.php/3753/:3753 \
@@ -119,6 +120,8 @@ post-patch:
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e '/^pkgconfigdir/s|@libdir@|@prefix@/libdata|' \
 		${WRKSRC}/tools/Makefile.in
+	@${REINPLACE_CMD} -e '/^export PKG_CONFIG_LIBDIR=/s|@libdir@|@prefix@/libdata|' \
+		${WRKSRC}/tools/sane-config.in
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-head mailing list