diff options
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 |