diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-17 22:59:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-06-17 22:59:47 +0000 |
commit | 7233bbf5d041f76c9bf1384846a0f9d0f23f736f (patch) | |
tree | c7ffc59dc45089069f2c1d321d887b268c29094a /net/cvsup | |
parent | 9ffc708e2ccd08ba141be5e6127a93ef811437b9 (diff) | |
download | ports-7233bbf5d041f76c9bf1384846a0f9d0f23f736f.tar.gz ports-7233bbf5d041f76c9bf1384846a0f9d0f23f736f.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 2 |
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 |