aboutsummaryrefslogtreecommitdiff
path: root/emulators/lisaem
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-02 05:20:31 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-02 05:20:31 +0000
commit78ad29fb90ce5e29e881428a6b1f1a78beeeb030 (patch)
tree9499670967425867ffef29d3e2a942a148997d02 /emulators/lisaem
parentd37577d664642dcaf2d7d5e3fd89c9e83df49330 (diff)
downloadports-78ad29fb90ce5e29e881428a6b1f1a78beeeb030.tar.gz
ports-78ad29fb90ce5e29e881428a6b1f1a78beeeb030.zip
emulators/lisaem: Fixup r478622
It fails to package now. Reported by: antoine Pointy hat: tobik
Notes
Notes: svn path=/head/; revision=478754
Diffstat (limited to 'emulators/lisaem')
-rw-r--r--emulators/lisaem/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile
index 2fb9347ec7dd..1a959899f93e 100644
--- a/emulators/lisaem/Makefile
+++ b/emulators/lisaem/Makefile
@@ -41,5 +41,6 @@ do-install:
(cd ${WRKDIR} && ${INSTALL_DATA} lisaem.png ${STAGEDIR}${PREFIX}/share/pixmaps)
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/resources && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR})
+ ${LN} -sf lisaem ${STAGEDIR}${PREFIX}/share/LisaEm
.include <bsd.port.mk>