diff options
author | sat <sat@FreeBSD.org> | 2006-08-06 02:37:14 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-06 02:37:14 +0800 |
commit | 56f5f14ef1b296f76819e4c9a9fb94c0429a9bd4 (patch) | |
tree | 45e47e61f7b0ed7e9c49ad629f8d0520f4fc6e6d /lang/spidermonkey | |
parent | 65761b2c24769933051644a8e248fe23eb7b7b8b (diff) | |
download | freebsd-ports-gnome-56f5f14ef1b296f76819e4c9a9fb94c0429a9bd4.tar.gz freebsd-ports-gnome-56f5f14ef1b296f76819e4c9a9fb94c0429a9bd4.tar.zst freebsd-ports-gnome-56f5f14ef1b296f76819e4c9a9fb94c0429a9bd4.zip |
- Bump portrevision for the previous update
- INSTALLS_SHLIB -> USE_LDCONFIG
- Beautify master sites
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 55e5075746b1..017e7f121601 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,15 +1,14 @@ # Ports collection makefile for: spidermonkey -# Date created: Fri Apr 18, 2003 -# Whom: Dan Rench (citric@cubicone.tmetic.com) +# Date created: Fri Apr 18, 2003 +# Whom: Dan Rench <citric@cubicone.tmetic.com> # # $FreeBSD$ PORTNAME= spidermonkey DISTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_MOZILLA:S/$/:src/} \ - ${MASTER_SITE_MOZILLA:S/$/:older/} +MASTER_SITES= MOZILLA:src,older MASTER_SITE_SUBDIR= js/:src js/older-packages/:older DISTNAME= js-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src @@ -51,7 +50,7 @@ USE_GMAKE= YES MAKEFILE= Makefile.ref ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js MAKE_ENV+= CC="${CC}" CCC="${CXX}" -INSTALLS_SHLIB= YES +USE_LDCONFIG= yes SRC_DIR= js/src JSH= jsapi.h jsautocfg.h jscompat.h jslong.h jsosdep.h jsotypes.h jspubtd.h jstypes.h \ jsstr.h jshash.h jsprvtd.h |