diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /textproc/libguess | |
parent | b7fb6d6f05e67910c9ecd4b0e0e1e0a130f8f54f (diff) |
Notes
Diffstat (limited to 'textproc/libguess')
-rw-r--r-- | textproc/libguess/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile index 61466a6ebd14..83d5f241d32a 100644 --- a/textproc/libguess/Makefile +++ b/textproc/libguess/Makefile @@ -12,13 +12,10 @@ COMMENT= High-speed character set detection library LIB_DEPENDS= libmowgli.so:devel/libmowgli USES= gmake pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" -post-patch: - @${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile - .include <bsd.port.mk> |