aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-05-21 14:46:59 +0800
committerdelphij <delphij@FreeBSD.org>2014-05-21 14:46:59 +0800
commitb61d3438785ecba4a0b9bf709fb8b82ceafacbd7 (patch)
treec030e0682c3e2b02eacf874a1fcf56e95750034d /devel
parent179536baf7fb95b0ce76cd4b674b76336d8dc26e (diff)
downloadfreebsd-ports-gnome-b61d3438785ecba4a0b9bf709fb8b82ceafacbd7.tar.gz
freebsd-ports-gnome-b61d3438785ecba4a0b9bf709fb8b82ceafacbd7.tar.zst
freebsd-ports-gnome-b61d3438785ecba4a0b9bf709fb8b82ceafacbd7.zip
Stageify.
Diffstat (limited to 'devel')
-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>