From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 11:58:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8553B78; Wed, 24 Dec 2014 11:58:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A456F66207; Wed, 24 Dec 2014 11:58:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOBwYMb084833; Wed, 24 Dec 2014 11:58:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOBwYJV084832; Wed, 24 Dec 2014 11:58:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412241158.sBOBwYJV084832@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 24 Dec 2014 11:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375435 - head/games/spellathon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 11:58:34 -0000 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}