summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-05 04:16:44 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-05 04:16:44 +0000
commit16c631b26242a6699cb381e95b0a40ea9b0ff11b (patch)
tree55297064987da85d5f26fe02e18afb429bea2b9d /net
parentThe xmcd author released an updated version of xmcd-2.5 that (diff)
Fix to work on the alpha and make future architectures easily
supported.
Notes
Notes: svn path=/head/; revision=20071
Diffstat (limited to 'net')
-rw-r--r--net/cvsup-bin/Makefile24
-rw-r--r--net/cvsup-bin/distinfo3
2 files changed, 16 insertions, 11 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile
index a7e8912d6bae..1c0f9796cc8d 100644
--- a/net/cvsup-bin/Makefile
+++ b/net/cvsup-bin/Makefile
@@ -3,29 +3,33 @@
# Date created: 12 November 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id: Makefile,v 1.10 1999/03/06 22:40:21 wosch Exp $
+# $Id: Makefile,v 1.11 1999/07/04 20:50:33 steve Exp $
#
DISTNAME= cvsup-bin-16.0
CATEGORIES= devel net
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/
-DISTFILES= cvsup-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= cvsup-freebsd-ix86-aout-16.0${EXTRACT_SUFX}
+.else
+DISTFILES= cvsup.nogui-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX}
+WRKSRC= ${WRKDIR}/cvsup.nogui-bin-16.0
+.endif
NO_BUILD= yes
-MAN1= cvpasswd.1 cvsup.1
+MAN1= cvpasswd.1 cvsup.1
+MANCOMPRESSED= yes
STRIP=
-do-configure:
- cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/}
-
do-install:
cd ${WRKSRC}; \
- ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin; \
- ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin
+.for file in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1
+.endfor
.include <bsd.port.mk>
diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo
index 47035c97cba1..a3f1641c43cb 100644
--- a/net/cvsup-bin/distinfo
+++ b/net/cvsup-bin/distinfo
@@ -1 +1,2 @@
-MD5 (cvsup-bin-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b
+MD5 (cvsup-freebsd-ix86-aout-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b
+MD5 (cvsup.nogui-freebsd-alpha-16.0.tar.gz) = cd5920ec3034621c869e11618632b76a