diff options
author | taoka <taoka@FreeBSD.org> | 1999-06-23 01:28:27 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-06-23 01:28:27 +0000 |
commit | 38ca9245d822645de2e82e73a916af754ac4f32d (patch) | |
tree | c24ee37debe01c65e4d2105ca97067329f81af2d /converters/fconv | |
parent | 23aa2f295062f857cf48b8117e7d791962f1ed3f (diff) | |
download | FreeBSD-ports-38ca9245d822645de2e82e73a916af754ac4f32d.zip FreeBSD-ports-38ca9245d822645de2e82e73a916af754ac4f32d.tar.gz |
(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.
Diffstat (limited to 'converters/fconv')
-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 909f8d3..e0766fd 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 3923f7d..3594528 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 |