diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-23 01:28:27 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-23 01:28:27 +0000 |
commit | 2d05441fabac4cac9407a2cf92e8463d67de027a (patch) | |
tree | b3ba0c814aa704c9cce95ea1aa8f1ce9c07e7eb5 /converters | |
parent | df01a76e6d9c12934c6694af71daa07329c44a43 (diff) | |
download | ports-2d05441fabac4cac9407a2cf92e8463d67de027a.tar.gz ports-2d05441fabac4cac9407a2cf92e8463d67de027a.zip |
(1) The old fconv-0.1.tar.gz had binaries for i386,
these are not necessary. On another architecture, it cuases a problem.
So removed these.
PR: 12339
Submitted by: maintainer (author)
(2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary.
Notes
Notes:
svn path=/head/; revision=19705
Diffstat (limited to 'converters')
-rw-r--r-- | converters/fconv/Makefile | 4 | ||||
-rw-r--r-- | converters/fconv/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/converters/fconv/Makefile b/converters/fconv/Makefile index 909f8d37e9a6..e0766fd589a7 100644 --- a/converters/fconv/Makefile +++ b/converters/fconv/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1999 # Whom: Chris Costello <chris@calldei.com> # -# $Id: Makefile,v 1.1.1.1 1999/06/07 04:41:55 taoka Exp $ +# $Id: Makefile,v 1.2 1999/06/22 16:31:55 steve Exp $ # DISTNAME= fconv-0.1 @@ -12,8 +12,6 @@ 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 diff --git a/converters/fconv/distinfo b/converters/fconv/distinfo index 3923f7d84bf2..35945288f3d9 100644 --- a/converters/fconv/distinfo +++ b/converters/fconv/distinfo @@ -1 +1 @@ -MD5 (fconv-0.1.tar.gz) = 13ecde7ba30eacc97b73eaa2eded9a15 +MD5 (fconv-0.1.tar.gz) = a6044b93a19c7196680afaa5d58aaf8f |