summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-07-05 04:22:39 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-07-05 04:22:39 +0000
commit9d717f077373afcd5254e131f645249cb49ae20e (patch)
treea7ed51bd0b21a94945025c08a6f3eb6dd7847bff /net
parent3c71cdebf067d0368aeb55d9cd436d9adb86382d (diff)
downloadFreeBSD-ports-9d717f077373afcd5254e131f645249cb49ae20e.zip
FreeBSD-ports-9d717f077373afcd5254e131f645249cb49ae20e.tar.gz
Bring the changes from cvsup-bin in to support alpha and make other
architectures in the future easier to support.
Diffstat (limited to 'net')
-rw-r--r--net/cvsupd-bin/Makefile15
-rw-r--r--net/cvsupd-bin/distinfo3
2 files changed, 10 insertions, 8 deletions
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
index 82513f3..1311a0f 100644
--- a/net/cvsupd-bin/Makefile
+++ b/net/cvsupd-bin/Makefile
@@ -3,26 +3,27 @@
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id: Makefile,v 1.5 1999/03/06 22:40:25 wosch Exp $
+# $Id: Makefile,v 1.6 1999/07/04 20:50:37 steve Exp $
#
DISTNAME= cvsupd-bin-16.0
CATEGORIES= devel net
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/
-DISTFILES= cvsupd-bin-16.0.tar.gz
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/
MAINTAINER= jdp@freebsd.org
-ONLY_FOR_ARCHS= i386
+.if ${MACHINE_ARCH} == "i386"
+DISTFILES= cvsupd-freebsd-ix86-aout-16.0${EXTRACT_SUFX}
+.else
+DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX}
+.endif
NO_BUILD= yes
MAN8= cvsupd.8
+MANCOMPRESSED= yes
STRIP=
-do-configure:
- cd ${WRKSRC}; gunzip cvsupd.8.gz
-
do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
diff --git a/net/cvsupd-bin/distinfo b/net/cvsupd-bin/distinfo
index 57acd4f..e8fa1e8 100644
--- a/net/cvsupd-bin/distinfo
+++ b/net/cvsupd-bin/distinfo
@@ -1 +1,2 @@
-MD5 (cvsupd-bin-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb
+MD5 (cvsupd-freebsd-ix86-aout-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb
+MD5 (cvsupd-freebsd-alpha-16.0.tar.gz) = 2761f814563c6eb9a7fdf012065f40f4
OpenPOWER on IntegriCloud