Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 05:20:31 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478754 - head/emulators/lisaem
Message-ID:  <201809020520.w825KVVj040070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809020520.w825KVVj040070>