svn commit: r343499 - head/archivers/liblzxcomp

Alex Kozlov ak at FreeBSD.org
Sun Feb 9 13:00:57 UTC 2014


Author: ak
Date: Sun Feb  9 13:00:56 2014
New Revision: 343499
URL: http://svnweb.freebsd.org/changeset/ports/343499
QAT: https://qat.redports.org/buildarchive/r343499/

Log:
  - Use MAKEFILE variable

Modified:
  head/archivers/liblzxcomp/Makefile

Modified: head/archivers/liblzxcomp/Makefile
==============================================================================
--- head/archivers/liblzxcomp/Makefile	Sun Feb  9 13:00:36 2014	(r343498)
+++ head/archivers/liblzxcomp/Makefile	Sun Feb  9 13:00:56 2014	(r343499)
@@ -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


More information about the svn-ports-head mailing list