Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 10:34:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504300 - head/devel/lua51-bitop
Message-ID:  <201906161034.x5GAYw6F082825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161034.x5GAYw6F082825>