Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 00:02:57 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310057 - head/graphics/sane-backends
Message-ID:  <201301080002.r0802vUc035896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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