lang/spidermonkey17: Fix typo causing configure to fail

- Remove spurious dangling && from configure invocation
- While im here, pet portlint

PR:		ports/182153
PR:		ports/182197
Submitted by:	swills
Reported by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Kubilay Kocak 2013-10-25 12:50:46 +00:00
parent b6eeafcdd7
commit a0ab8efc71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331572

View File

@ -39,7 +39,7 @@ JSH= jsapi.h jsarena.h jsarray.h jsatom.h jsautocfg.h jsbool.h \
PLIST_FILES= bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
WRKSRC= ${WRKDIR}/${SRC_DIR}
EXTRACT_AFTER_ARGS= --exclude js/jsd
EXTRACT_AFTER_ARGS= --exclude js/jsd
OPTIONS_DEFINE= UTF8
@ -52,7 +52,7 @@ CFLAGS+= -DJS_C_STRINGS_ARE_UTF8
do-configure:
${CP} ${WRKSRC}/config/Linux_All.mk \
${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \