diff options
-rw-r--r-- | devel/fastcrc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index a1f69ea98da4..698f62e89463 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -3,7 +3,7 @@ # Date created: 27 April 1999 # Whom: G. Adam Stanislav <adam@whizkidtech.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/01 03:35:55 steve Exp $ # DISTNAME= fastcrc-1.0 @@ -14,6 +14,8 @@ MAINTAINER= adam@whizkidtech.net BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm:install +ONLY_FOR_ARCHS= i386 + do-install: ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib ln -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so |