summaryrefslogtreecommitdiff
path: root/devel/fastcrc
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-07 10:31:35 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-07 10:31:35 +0000
commitc99c513bc772f94c08dc544e83813df6ce8dc1fe (patch)
tree0edf2de9dba53ed6cb8ba097338751acfd19dc33 /devel/fastcrc
parentFix path for shareds objects. (diff)
Only for i386.
Notes
Notes: svn path=/head/; revision=19288
Diffstat (limited to 'devel/fastcrc')
-rw-r--r--devel/fastcrc/Makefile4
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