diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /games/libshhcards | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'games/libshhcards')
-rw-r--r-- | games/libshhcards/Makefile | 2 | ||||
-rw-r--r-- | games/libshhcards/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index 80476dd..37e6baf 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) diff --git a/games/libshhcards/pkg-plist b/games/libshhcards/pkg-plist index 5fa11cc..c82eff0 100644 --- a/games/libshhcards/pkg-plist +++ b/games/libshhcards/pkg-plist @@ -1,8 +1,6 @@ include/shhcards.h lib/libshhcards.so lib/libshhcards.so.1.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib share/doc/libshhcards/CREDITS share/doc/libshhcards/README @dirrm share/doc/libshhcards |