summaryrefslogtreecommitdiffstats
path: root/net/cvsup-bin/Makefile
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-07-05 04:16:44 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-07-05 04:16:44 +0000
commit3c71cdebf067d0368aeb55d9cd436d9adb86382d (patch)
tree7f459ff5debade6eb6ff3e6d22ebcc7fbcb74733 /net/cvsup-bin/Makefile
parent46d8a1454cc8eb59159fe54bfbc09414dcf49f8a (diff)
downloadFreeBSD-ports-3c71cdebf067d0368aeb55d9cd436d9adb86382d.zip
FreeBSD-ports-3c71cdebf067d0368aeb55d9cd436d9adb86382d.tar.gz
Fix to work on the alpha and make future architectures easily
supported.
Diffstat (limited to 'net/cvsup-bin/Makefile')
-rw-r--r--net/cvsup-bin/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile
index a7e8912..1c0f979 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>
OpenPOWER on IntegriCloud