1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix build, absolutely NO last minute change unless tested...

Pointy hat to:	delphij
This commit is contained in:
Xin LI 2010-02-02 02:01:17 +00:00
parent 4db1b7c6d6
commit dc5645d8e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249061

View File

@ -31,6 +31,6 @@ post-patch:
${LN} -s Linux_All.mk ${WRKSRC}/config/$$(${JSLCFG_CMD}).mk
do-install:
${INSTALL} ${WRKSRC}/${JSLCFG}_DBG.OBJ/jsl ${PREFIX}/bin/jsl
${INSTALL} ${WRKSRC}/$$(${JSLCFG_CMD})_DBG.OBJ/jsl ${PREFIX}/bin/jsl
.include <bsd.port.post.mk>