diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:30:57 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:30:57 +0800 |
commit | aa5056341b49f07e6ab75258435c97e1891bef49 (patch) | |
tree | 9b89079d0424f672a1f2ebfc879087292f0f9d37 /net/pathchar | |
parent | fc8adcb563322dd2be83dd3f1964c0f0381c3219 (diff) | |
download | freebsd-ports-gnome-aa5056341b49f07e6ab75258435c97e1891bef49.tar.gz freebsd-ports-gnome-aa5056341b49f07e6ab75258435c97e1891bef49.tar.zst freebsd-ports-gnome-aa5056341b49f07e6ab75258435c97e1891bef49.zip |
Installs i386 binaries, so mark this for i386 only.
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 8aa183da895a..cda40463184b 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -3,7 +3,7 @@ # Date created: 7 November 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.2 1998/11/16 06:36:06 asami Exp $ +# $Id: Makefile,v 1.3 1999/01/05 01:07:23 steve Exp $ # DISTNAME= pathchar-a1-freebsd-3.0 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ MAINTAINER= josh@quick.net +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "aout" DISTNAME= pathchar-a0-freebsd-2.2 |