aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2014-02-16 00:24:37 +0800
committerlev <lev@FreeBSD.org>2014-02-16 00:24:37 +0800
commitee4988f11e4dd6256e13bf1e1ec1e49bf6a8b9bc (patch)
tree4263d83297051f69724ad08dbf23d18045510d2f
parentba2cf8e2df1be9c24262a8c37a6e76773ff87268 (diff)
downloadfreebsd-ports-gnome-ee4988f11e4dd6256e13bf1e1ec1e49bf6a8b9bc.tar.gz
freebsd-ports-gnome-ee4988f11e4dd6256e13bf1e1ec1e49bf6a8b9bc.tar.zst
freebsd-ports-gnome-ee4988f11e4dd6256e13bf1e1ec1e49bf6a8b9bc.zip
Simplify makefile
-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>