diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-24 19:58:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-24 19:58:33 +0800 |
commit | e8fb0a2df8281bad8b9ef6f9d30605e2ba7de94e (patch) | |
tree | 250106b50b672fe9915e2e90c00f0aa432062727 /games/spellathon | |
parent | a4e963031f18d8a1833026b8bd0867baa61f43cd (diff) | |
download | freebsd-ports-gnome-e8fb0a2df8281bad8b9ef6f9d30605e2ba7de94e.tar.gz freebsd-ports-gnome-e8fb0a2df8281bad8b9ef6f9d30605e2ba7de94e.tar.zst freebsd-ports-gnome-e8fb0a2df8281bad8b9ef6f9d30605e2ba7de94e.zip |
- Properly install library and strip it
Diffstat (limited to 'games/spellathon')
-rw-r--r-- | games/spellathon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index aae7bf2b8295..5254fd88529e 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -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} |