From 258a22ee861cdc967c75a0ccb207895f18c718c5 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jun 1999 16:31:55 +0000 Subject: This port contains i386 binaries. --- converters/fconv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index ae20d47f2025..909f8d37e9a6 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1999 # Whom: Chris Costello # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1999/06/07 04:41:55 taoka Exp $ # DISTNAME= fconv-0.1 @@ -12,6 +12,8 @@ MASTER_SITES= http://WWW.FreeBSD.ORG/~taoka/distfiles/ MAINTAINER= ports@FreeBSD.ORG +ONLY_FOR_ARCHS= i386 + post-install: strip ${PREFIX}/bin/dos2bsd strip ${PREFIX}/bin/bsd2dos -- cgit