svn commit: r478754 - head/emulators/lisaem

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 2 05:20:32 UTC 2018


Author: tobik
Date: Sun Sep  2 05:20:31 2018
New Revision: 478754
URL: https://svnweb.freebsd.org/changeset/ports/478754

Log:
  emulators/lisaem: Fixup r478622
  
  It fails to package now.
  
  Reported by:	antoine
  Pointy hat:	tobik

Modified:
  head/emulators/lisaem/Makefile

Modified: head/emulators/lisaem/Makefile
==============================================================================
--- head/emulators/lisaem/Makefile	Sun Sep  2 00:27:59 2018	(r478753)
+++ head/emulators/lisaem/Makefile	Sun Sep  2 05:20:31 2018	(r478754)
@@ -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>


More information about the svn-ports-all mailing list