Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/spidermonkey/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 23 Mar 2006 14:24:20 -0000 1.16 +++ Makefile 21 May 2006 15:10:56 -0000 @@ -53,6 +53,9 @@ MAKE_ENV+= CC="${CC}" CCC="${CXX}" INSTALLS_SHLIB= 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 +PLIST_FILES= bin/js lib/libjs.so ${JSH:S,^,include/,} WRKSRC= ${WRKDIR}/${SRC_DIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ --exclude js/jsd \ @@ -84,8 +87,6 @@ ${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/libjs.so \ ${PREFIX}/lib ${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC} -.for jsh in jsapi.h jsautocfg.h jscompat.h jslong.h jsosdep.h jsotypes.h jspubtd.h jstypes.h - @${INSTALL_DATA} ${WRKSRC}/${jsh} ${PREFIX}/include/ -.endfor + @${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/ .include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 4 May 2004 19:14:05 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ -bin/js -lib/libjs.so -include/jsapi.h -include/jsautocfg.h -include/jscompat.h -include/jslong.h -include/jsosdep.h -include/jsotypes.h -include/jspubtd.h -include/jstypes.h