Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 11:58:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375435 - head/games/spellathon
Message-ID:  <201412241158.sBOBwYJV084832@svn.freebsd.org>

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



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