diff options
author | wg <wg@FreeBSD.org> | 2013-09-24 22:14:06 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-24 22:14:06 +0800 |
commit | 0ea8efa3591e7ee1fbb9a9f32cb0d238422d22fc (patch) | |
tree | 4b4b1ae2eb5c6b18bbd9bd85a9cba7362ed30483 /textproc | |
parent | 8344e70c629dc911dac01516a85b30c084ecbf69 (diff) | |
download | freebsd-ports-gnome-0ea8efa3591e7ee1fbb9a9f32cb0d238422d22fc.tar.gz freebsd-ports-gnome-0ea8efa3591e7ee1fbb9a9f32cb0d238422d22fc.tar.zst freebsd-ports-gnome-0ea8efa3591e7ee1fbb9a9f32cb0d238422d22fc.zip |
textproc/libguess: allow staging
- Allow stating
- Convert lib depends to new format
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libguess/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile index be2e5ba2ee32..8e5e5831beaa 100644 --- a/textproc/libguess/Makefile +++ b/textproc/libguess/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= http://distfiles.atheme.org/ MAINTAINER= wg@FreeBSD.org COMMENT= High-speed character set detection library -LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes +MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" + post-patch: @${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile |