aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-14 19:08:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-14 19:08:31 +0000
commit2b036f026c88be12a2fe0ddc15a2b3a8040a86ec (patch)
tree771acc9b3bca3626893f14c510db7226d00a1fa8 /lang
parent2636a448b6841308df1e114647bb732683f504c5 (diff)
downloadports-2b036f026c88be12a2fe0ddc15a2b3a8040a86ec.tar.gz
ports-2b036f026c88be12a2fe0ddc15a2b3a8040a86ec.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/luajit/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index 40550ad66db8..b7ff90734b84 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -19,11 +19,9 @@ PLIST_SUB+= VERSION=${DISTVERSION}
ONLY_FOR_ARCHS= i386 amd64 armv6
ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.
-.include <bsd.port.pre.mk>
-
post-install:
${LN} -sf ${PREFIX}/bin/${PORTNAME}-${DISTVERSION} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>