diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-02-09 13:00:56 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-02-09 13:00:56 +0000 |
commit | 29659dc918c2dc0565f7f2baeea258ea0c4eb228 (patch) | |
tree | a245d11fbd09e9c45154287bf0beeb129174bb2a /archivers | |
parent | 6a40b090c54d6d237dde90f26a9e77ede2fd92f6 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblzxcomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile index e578a2244678..b6452332f8b5 100644 --- a/archivers/liblzxcomp/Makefile +++ b/archivers/liblzxcomp/Makefile @@ -13,8 +13,9 @@ COMMENT= LZX compression library USES= uidfix USE_LDCONFIG= yes +MAKEFILE= ${FILESDIR}/Makefile.bsd + post-patch: - @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile @${REINPLACE_CMD} -i '' -e 's|stdint|sys/types|' \ ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzx_layer.c @${MV} ${WRKSRC}/lzx_compress.mdoc3 ${WRKSRC}/lzxcomp.3 |