diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 20:50:37 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 20:50:37 +0000 |
commit | 4addd02a5b70d224899f227e6e92e53c06a64006 (patch) | |
tree | ca2c999444a4dca7944e147831dcb00eccdc1a34 /net | |
parent | 4669bdff04449a8671a00ec5c42f812c886a2459 (diff) | |
download | FreeBSD-ports-4addd02a5b70d224899f227e6e92e53c06a64006.zip FreeBSD-ports-4addd02a5b70d224899f227e6e92e53c06a64006.tar.gz |
Installs i386 binaries, so mark this for i386 only.
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-bin/Makefile | 4 | ||||
-rw-r--r-- | net/cvsupd-bin/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 3769cee..a7e8912 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -3,7 +3,7 @@ # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.9 1999/02/12 02:29:00 jdp Exp $ +# $Id: Makefile,v 1.10 1999/03/06 22:40:21 wosch Exp $ # DISTNAME= cvsup-bin-16.0 @@ -13,6 +13,8 @@ DISTFILES= cvsup-bin-16.0.tar.gz MAINTAINER= jdp@freebsd.org +ONLY_FOR_ARCHS= i386 + NO_BUILD= yes MAN1= cvpasswd.1 cvsup.1 diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile index 7349199..82513f3 100644 --- a/net/cvsupd-bin/Makefile +++ b/net/cvsupd-bin/Makefile @@ -3,7 +3,7 @@ # Date created: 17 August 1998 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.4 1999/02/12 02:29:03 jdp Exp $ +# $Id: Makefile,v 1.5 1999/03/06 22:40:25 wosch Exp $ # DISTNAME= cvsupd-bin-16.0 @@ -13,6 +13,8 @@ DISTFILES= cvsupd-bin-16.0.tar.gz MAINTAINER= jdp@freebsd.org +ONLY_FOR_ARCHS= i386 + NO_BUILD= yes MAN8= cvsupd.8 |