No need for pre/post here.

Committed under just-fix-it.
This commit is contained in:
Adam Weinberger 2016-04-14 19:08:31 +00:00
parent 2636a448b6
commit 2b036f026c

View file

@ -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>