Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 13:00:57 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343499 - head/archivers/liblzxcomp
Message-ID:  <201402091300.s19D0vDm023803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091300.s19D0vDm023803>