aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-21 09:29:01 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-21 09:29:01 +0000
commit4fd72dff14b3eb6207c0558ace113cfe4cc06a7e (patch)
treed50dde8db875d53d323e7aead1a30a56011c6fca
parentcdffb2e35a4fa3a604af71264d726fd5ec168ec1 (diff)
downloadports-4fd72dff14b3eb6207c0558ace113cfe4cc06a7e.tar.gz
ports-4fd72dff14b3eb6207c0558ace113cfe4cc06a7e.zip
devel/libtxt: convert manual scons to USES=scons
Approved by: infrastructure blanket
Notes
Notes: svn path=/head/; revision=406837
-rw-r--r--devel/libnxt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libnxt/Makefile b/devel/libnxt/Makefile
index 19c3552fe6a3..db9fc28dbb11 100644
--- a/devel/libnxt/Makefile
+++ b/devel/libnxt/Makefile
@@ -12,13 +12,10 @@ COMMENT= Lego NXT library
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
SUB_FILES= pkg-message
-USES= python:build shebangfix
+USES= python:build scons shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= make_flash_header.py
-do-build:
- (cd ${WRKSRC}; scons)
-
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/libnxt
${INSTALL_PROGRAM} ${WRKSRC}/fwflash ${STAGEDIR}${PREFIX}/bin