summaryrefslogtreecommitdiff
path: root/games/libshhcards/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
commitdc1177a9a5be3b096b2023326ea54d3152bf1571 (patch)
treefac4efda6d456d2e4eb8e8e61b9c14eda7202813 /games/libshhcards/Makefile
parentAdd bin/apple_driver. (diff)
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes: svn path=/head/; revision=29630
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r--games/libshhcards/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index 80476dda17d6..37e6baf1458f 100644
--- a/games/libshhcards/Makefile
+++ b/games/libshhcards/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
USE_X_PREFIX= yes
+INSTALLS_SHLIBS= yes
SOLIB= libshhcards.so
.include <bsd.port.pre.mk>
@@ -34,7 +35,6 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include
@ ${INSTALL_DATA} ${WRKSRC}/${SOLIB}.${SOVERSION} ${PREFIX}/lib
@ ${LN} -sf ${SOLIB}.${SOVERSION} ${PREFIX}/lib/${SOLIB}
- @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
post-install:
.if !defined(NOPORTDOCS)