svn commit: r504300 - head/devel/lua51-bitop

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 16 10:35:01 UTC 2019


Author: sunpoet
Date: Sun Jun 16 10:34:57 2019
New Revision: 504300
URL: https://svnweb.freebsd.org/changeset/ports/504300

Log:
  Remove no-op SLAVE_PORT

Modified:
  head/devel/lua51-bitop/Makefile

Modified: head/devel/lua51-bitop/Makefile
==============================================================================
--- head/devel/lua51-bitop/Makefile	Sun Jun 16 10:34:50 2019	(r504299)
+++ head/devel/lua51-bitop/Makefile	Sun Jun 16 10:34:57 2019	(r504300)
@@ -3,11 +3,10 @@
 
 COMMENT=	lua-bitop for Lua 5.1
 
-SLAVE_PORT=	lua-bitop
+USES=		gmake lua:51
 
-USES=	gmake lua:51
-
 MASTERDIR=	${.CURDIR}/../lua-bitop
-PLIST=	${MASTERDIR}/pkg-plist
+
+PLIST=		${MASTERDIR}/pkg-plist
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list