aboutsummaryrefslogtreecommitdiff
path: root/net/cvsup
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-06-17 22:59:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-06-17 22:59:47 +0000
commit7233bbf5d041f76c9bf1384846a0f9d0f23f736f (patch)
treec7ffc59dc45089069f2c1d321d887b268c29094a /net/cvsup
parent9ffc708e2ccd08ba141be5e6127a93ef811437b9 (diff)
downloadports-7233bbf5d041f76c9bf1384846a0f9d0f23f736f.tar.gz
ports-7233bbf5d041f76c9bf1384846a0f9d0f23f736f.zip
Fix fetching on AMD64.
Notes
Notes: svn path=/head/; revision=111697
Diffstat (limited to 'net/cvsup')
-rw-r--r--net/cvsup/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 09c73a303f31..79cf90caed51 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -32,6 +32,8 @@ BROKEN= Not supported on versions earlier than 4.1-RELEASE
.if ${ARCH} == "alpha"
TARGET= FBSD_ALPHA
.elif ${ARCH} == "amd64"
+MASTER_SITE_SUBDIR= obrien
+MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTNAME= cvsup-static.i386
NO_WRKSUBDIR= yes
USE_REINPLACE= yes