summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-08-30 19:12:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-08-30 19:12:50 +0000
commit97a9b49f9e8e167a6965fdb6fc07e167738998ce (patch)
tree0583e7ee4e2a4a4f515c16008e5985ce9599a874 /net/cvsup/Makefile
parentUpdate to 0.99.3. (diff)
For amd64, switch to using a binary provided by
Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net>.
Notes
Notes: svn path=/head/; revision=117698
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 79cf90caed51..73f02578dfd5 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -34,11 +34,10 @@ TARGET= FBSD_ALPHA
.elif ${ARCH} == "amd64"
MASTER_SITE_SUBDIR= obrien
MASTER_SITES= ${MASTER_SITE_LOCAL}
-DISTNAME= cvsup-static.i386
+DISTNAME= cvsup-without-gui.amd64
NO_WRKSUBDIR= yes
USE_REINPLACE= yes
NO_BUILD= binary-only
-PLIST_FILES= libexec/cvsup-static.i386.bin
.elif ${ARCH} == "i386"
TARGET= FreeBSD4
.elif ${ARCH} == "sparc64"
@@ -87,13 +86,11 @@ post-install:
PROGS= bin/cvsup sbin/cvsupd bin/cvpasswd
do-configure:
+ @${TOUCH} ${WRKSRC}/License
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-static.i386.bin ${PREFIX}/libexec
- @${ECHO} '#! /bin/sh' > ${PREFIX}/bin/cvsup
- @${ECHO} '${PREFIX}/libexec/cvsup-static.i386.bin @M3nogc $$*' \
- >> ${PREFIX}/bin/cvsup
+ ${INSTALL_PROGRAM} ${WRKSRC}/cvsup-without-gui.amd64 ${PREFIX}/bin/cvsup
@${ECHO} '#! /bin/sh' > ${PREFIX}/sbin/cvsupd
@${ECHO} 'echo `basename $$0` not supported on `uname -m`' \
>> ${PREFIX}/sbin/cvsupd