aboutsummaryrefslogtreecommitdiff
path: root/devel/fastcrc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fastcrc')
-rw-r--r--devel/fastcrc/Makefile5
-rw-r--r--devel/fastcrc/pkg-plist2
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index 96aff86e998b..7a5cf83c01b4 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -16,6 +16,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
+INSTALLS_SHLIBS= yes
+
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so
@@ -24,7 +26,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc
${INSTALL_PROGRAM} ${WRKSRC}/fc ${PREFIX}/bin
-post-install:
- ${SETENV} OBFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/devel/fastcrc/pkg-plist b/devel/fastcrc/pkg-plist
index 5ae0642fd358..8efefcfe70c5 100644
--- a/devel/fastcrc/pkg-plist
+++ b/devel/fastcrc/pkg-plist
@@ -2,7 +2,5 @@ bin/fc
include/fastcrc.h
lib/libfcrc.so
lib/libfcrc.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
share/doc/fastcrc/index.html
@dirrm share/doc/fastcrc