svn commit: r375435 - head/games/spellathon

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 24 11:58:34 UTC 2014


Author: amdmi3
Date: Wed Dec 24 11:58:33 2014
New Revision: 375435
URL: https://svnweb.freebsd.org/changeset/ports/375435
QAT: https://qat.redports.org/buildarchive/r375435/

Log:
  - Properly install library and strip it

Modified:
  head/games/spellathon/Makefile

Modified: head/games/spellathon/Makefile
==============================================================================
--- head/games/spellathon/Makefile	Wed Dec 24 11:58:26 2014	(r375434)
+++ head/games/spellathon/Makefile	Wed Dec 24 11:58:33 2014	(r375435)
@@ -41,7 +41,7 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/spellathon ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/spellathon-cl ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/libspellathon.so.0.0 ${STAGEDIR}${PREFIX}/lib
+	${INSTALL_LIB} ${WRKSRC}/libspellathon.so.0.0 ${STAGEDIR}${PREFIX}/lib
 	${LN} -sf libspellathon.so.0.0 ${STAGEDIR}${PREFIX}/lib/libspellathon.so
 	${LN} -sf libspellathon.so.0.0 ${STAGEDIR}${PREFIX}/lib/libspellathon.so.0
 	@${MKDIR} ${STAGEDIR}${DATADIR}


More information about the svn-ports-head mailing list