diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index 064537e580d0..bf7e8f38e998 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -9,7 +9,9 @@ PORTNAME= cvsd PORTVERSION= 1.0.8 CATEGORIES= devel -MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/ +MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |