diff options
Diffstat (limited to 'devel/jsl')
-rw-r--r-- | devel/jsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jsl/Makefile b/devel/jsl/Makefile index 6de0b7c43248..7c3750ff9afe 100644 --- a/devel/jsl/Makefile +++ b/devel/jsl/Makefile @@ -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> |