svn commit: r344426 - head/devel/lm4tools

Lev A. Serebryakov lev at FreeBSD.org
Sat Feb 15 16:24:37 UTC 2014


Author: lev
Date: Sat Feb 15 16:24:37 2014
New Revision: 344426
URL: http://svnweb.freebsd.org/changeset/ports/344426
QAT: https://qat.redports.org/buildarchive/r344426/

Log:
   Simplify makefile

Modified:
  head/devel/lm4tools/Makefile

Modified: head/devel/lm4tools/Makefile
==============================================================================
--- head/devel/lm4tools/Makefile	Sat Feb 15 16:23:33 2014	(r344425)
+++ head/devel/lm4tools/Makefile	Sat Feb 15 16:24:37 2014	(r344426)
@@ -24,8 +24,6 @@ USES=		gmake
 PORTDOCS=	README.md lmicdiusb/commands.txt lmicdiusb/README
 PLIST_FILES=	bin/lm4flash bin/lmicdi
 
-.include <bsd.port.pre.mk>
-
 do-build:
 	@${GMAKE} -C ${WRKSRC}/lm4flash all
 	@${GMAKE} -C ${WRKSRC}/lmicdiusb all
@@ -39,4 +37,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/lmicdiusb/commands.txt ${STAGEDIR}${DOCSDIR}/lmicdiusb/commands.txt
 	${INSTALL_DATA} ${WRKSRC}/lmicdiusb/README ${STAGEDIR}${DOCSDIR}/lmicdiusb/README
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list