svn commit: r413312 - head/lang/luajit

Adam Weinberger adamw at FreeBSD.org
Thu Apr 14 19:08:33 UTC 2016


Author: adamw
Date: Thu Apr 14 19:08:31 2016
New Revision: 413312
URL: https://svnweb.freebsd.org/changeset/ports/413312

Log:
  No need for pre/post here.
  
  Committed under just-fix-it.

Modified:
  head/lang/luajit/Makefile

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Thu Apr 14 19:06:55 2016	(r413311)
+++ head/lang/luajit/Makefile	Thu Apr 14 19:08:31 2016	(r413312)
@@ -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>


More information about the svn-ports-head mailing list