aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2011-06-14 03:29:35 +0800
committerosa <osa@FreeBSD.org>2011-06-14 03:29:35 +0800
commitbf6da1916b43af8c6e377324e52c9c8c10122da0 (patch)
treecb59575486982a46417f71b8cab81202e26156af
parentd89b6df55a37213de15f6f6e674f19b5d92bd23a (diff)
downloadfreebsd-ports-gnome-bf6da1916b43af8c6e377324e52c9c8c10122da0.tar.gz
freebsd-ports-gnome-bf6da1916b43af8c6e377324e52c9c8c10122da0.tar.zst
freebsd-ports-gnome-bf6da1916b43af8c6e377324e52c9c8c10122da0.zip
Fix overkill for everytime changing GITVERSION and depends on
it WRKSRC. Approved by: vanilla
-rw-r--r--lang/v8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index cee65ab146dc..359985e63de8 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
GITVERSION= 0-g064fc53
FETCH_ARGS= -pRr
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-064fc53
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${GITVERSION:S/^0-g//}
USE_SCONS= yes
OPTIONS= DEBUG "Build in debug mode" Off \
SNAPSHOT "Enable snapshots" Off