summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 12:50:49 +0000
committerjperkin <jperkin>2016-02-25 12:50:49 +0000
commit973bdc26ec8bfad425334cfca60fd658990e7402 (patch)
tree2ea6f039d1b51f1e1aaf40f0a6962eba4f1221f8 /devel
parent7ec8a4a99a90c88afe23943a7e37f57aebf65cd7 (diff)
downloadpkgsrc-973bdc26ec8bfad425334cfca60fd658990e7402.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'devel')
-rw-r--r--devel/lua-lpeg/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/lua-lpeg/Makefile b/devel/lua-lpeg/Makefile
index e84bb118366..8733665740f 100644
--- a/devel/lua-lpeg/Makefile
+++ b/devel/lua-lpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/09/29 19:18:00 alnsn Exp $
+# $NetBSD: Makefile,v 1.11 2016/02/25 12:56:10 jperkin Exp $
#
DISTNAME= lpeg-1.0.0
@@ -11,18 +11,13 @@ HOMEPAGE= http://www.inf.puc-rio.br/~roberto/lpeg/
COMMENT= Parsing Expression Grammars (PEGs) library for Lua
LICENSE= mit
-.include "../../mk/bsd.prefs.mk"
-
NO_CONFIGURE= yes
USE_TOOLS+= gmake
MAKE_FILE= makefile
TEST_TARGET= test
-.if ${OPSYS} == "Darwin"
-BUILD_TARGET= macosx
-.else
-BUILD_TARGET= linux
-.endif
+BUILD_TARGET.Darwin= macosx
+BUILD_TARGET.*= linux
REPLACE_LUA+= test.lua