diff options
Diffstat (limited to 'devel/fastcrc')
-rw-r--r-- | devel/fastcrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index 7a5cf83c01b4..4d742196ebc2 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= i386 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes do-install: ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib |