aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2014-02-15 16:24:37 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2014-02-15 16:24:37 +0000
commiteb5b4c45e3212d32d54d36ba2c34748a9dab3dc1 (patch)
tree4263d83297051f69724ad08dbf23d18045510d2f
parent3dca44b3e4276e8ece8f70d730c1b1212aec468e (diff)
downloadports-eb5b4c45e3212d32d54d36ba2c34748a9dab3dc1.tar.gz
ports-eb5b4c45e3212d32d54d36ba2c34748a9dab3dc1.zip
Notes
-rw-r--r--devel/lm4tools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/lm4tools/Makefile b/devel/lm4tools/Makefile
index 4db6592eacc0..3d413199d152 100644
--- a/devel/lm4tools/Makefile
+++ b/devel/lm4tools/Makefile
@@ -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>