aboutsummaryrefslogtreecommitdiff
path: root/lang/phantomjs/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-05-27 22:32:14 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-05-27 22:32:14 +0000
commita3312a1051ab6a116e1e0d34e3305a6a9fe8dfd1 (patch)
tree09121a3a1f210e96526910bfeaf2a56ecd7f1604 /lang/phantomjs/Makefile
parentd38ab88e88c59cd2ae3006262bca95bf5930c8ee (diff)
downloadports-a3312a1051ab6a116e1e0d34e3305a6a9fe8dfd1.tar.gz
ports-a3312a1051ab6a116e1e0d34e3305a6a9fe8dfd1.zip
- Upgrade to 1.9.0.
Submitted by: L Campbell lcampbell@uncod.in
Notes
Notes: svn path=/head/; revision=319287
Diffstat (limited to 'lang/phantomjs/Makefile')
-rw-r--r--lang/phantomjs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile
index 065d162651df..b24919482315 100644
--- a/lang/phantomjs/Makefile
+++ b/lang/phantomjs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phantomjs
-PORTVERSION= 1.8.1
+PORTVERSION= 1.9.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -21,9 +21,7 @@ USE_QT4= moc qmake gui webkit rcc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-build:
- cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|!/|!/usr/local/|g' build.sh
- cd ${WRKSRC}/src/qt && ${REINPLACE_CMD} -e 's|!/|!/usr/local/|g' preconfig.sh
- cd ${WRKSRC} && ${LOCALBASE}/bin/bash -x build.sh --jobs 2
+ cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/