1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix pkg-plist (install all header files)

PR:             ports/134770
Submitted by:   Dan Rench <citric@cubicone.tmetic.com>
Approved by:    maintainer
This commit is contained in:
Philip M. Gollucci 2009-06-23 19:47:12 +00:00
parent 5cfedfc103
commit 2cbd3442fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236548

View File

@ -7,11 +7,8 @@
PORTNAME= spidermonkey
DISTVERSION= 1.7.0
CATEGORIES= lang
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/js/ \
http://ftp.belnet.be/mirrors/ftp.mozilla.org/js/ \
http://gentoo.netnitco.net/distfiles/ \
http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \
ftp://ftp.mozilla.org/pub/mozilla.org/js/
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= js
DISTNAME= js-${DISTVERSION}
MAINTAINER= citric@cubicone.tmetic.com
@ -32,9 +29,16 @@ ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js
MAKE_ENV+= CCC="${CXX}"
USE_LDCONFIG= yes
SRC_DIR= js/src
JSH= jsapi.h jsautocfg.h jsconfig.h jscompat.h jslong.h jsosdep.h \
jsotypes.h jspubtd.h jstypes.h jsstr.h jshash.h jsprvtd.h \
JSH= jsapi.h jsarena.h jsarray.h jsatom.h jsautocfg.h jsbool.h \
jsclist.h jscntxt.h jscompat.h jsconfig.h jsdate.h jsdhash.h \
jsdtoa.h jsemit.h jsexn.h jsfun.h jsgc.h jshash.h jsinterp.h \
jsiter.h jslibmath.h jslock.h jslong.h jsmath.h jsnum.h jsobj.h \
jsopcode.h jsosdep.h jsotypes.h jsparse.h jsprvtd.h jspubtd.h \
jsregexp.h jsscan.h jsscope.h jsscript.h jsstr.h jstypes.h \
jsxdrapi.h jsxml.h \
jsproto.tbl
PLIST_FILES= bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
WRKSRC= ${WRKDIR}/${SRC_DIR}
EXTRACT_AFTER_ARGS=| ${TAR} -xf - \