diff options
Diffstat (limited to 'net/cvsup/Makefile')
-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 |