aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-05-21 06:46:59 +0000
committerXin LI <delphij@FreeBSD.org>2014-05-21 06:46:59 +0000
commitc5331b3f8be987702db821b2c24a0467af4690c3 (patch)
treec030e0682c3e2b02eacf874a1fcf56e95750034d
parent11925cbb786c8cbcf982fa42cac9874f0c53fee3 (diff)
downloadports-c5331b3f8be987702db821b2c24a0467af4690c3.tar.gz
ports-c5331b3f8be987702db821b2c24a0467af4690c3.zip
Notes
-rw-r--r--devel/jsl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/jsl/Makefile b/devel/jsl/Makefile
index f936e102cddd..380cb88dbf17 100644
--- a/devel/jsl/Makefile
+++ b/devel/jsl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jsl
PORTVERSION= 0.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/jsl/ \
http://www.javascriptlint.com/download/
@@ -20,7 +20,6 @@ MAKE_ARGS= OS_CFLAGS="-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy"
CFLAGS+= -fPIC
MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
JSLCFG_CMD= ${UNAME} -sr | ${SED} 's, ,,'
@@ -29,6 +28,6 @@ post-patch:
${GREP} -v 'CC =' ${WRKSRC}/config/Linux_All.mk > ${WRKSRC}/config/$$(${JSLCFG_CMD}).mk
do-install:
- ${INSTALL} ${WRKSRC}/$$(${JSLCFG_CMD})_DBG.OBJ/jsl ${PREFIX}/bin/jsl
+ ${INSTALL_PROGRAM} ${WRKSRC}/$$(${JSLCFG_CMD})_DBG.OBJ/jsl ${STAGEDIR}${PREFIX}/bin/jsl
.include <bsd.port.post.mk>