diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:30:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:30:57 +0000 |
commit | cbd6508c9d0fe9c196c44fb215fc3bfd0f3a40f9 (patch) | |
tree | ada6d4b76cb15ef197f54019529e90ba152f4d2e | |
parent | 0133f4e08feb359c292e895af92f044a370e5cfa (diff) | |
download | ports-cbd6508c9d0fe9c196c44fb215fc3bfd0f3a40f9.tar.gz ports-cbd6508c9d0fe9c196c44fb215fc3bfd0f3a40f9.zip |
Notes
-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 |