diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-08 00:02:56 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-08 00:02:56 +0000 |
commit | 4a853afdd0169d6cf95499e07af745051dec2ff8 (patch) | |
tree | 29382d9883b6da224b3b4509add1a4e0a3eb9585 /graphics/sane-backends | |
parent | d542383805b9cfc2cbc202cb5f89df780229a6d9 (diff) | |
download | ports-4a853afdd0169d6cf95499e07af745051dec2ff8.tar.gz ports-4a853afdd0169d6cf95499e07af745051dec2ff8.zip |
Notes
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index ad3725f5e1f1..1c1e18829c84 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -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} |