diff options
Diffstat (limited to 'misc/libh')
-rw-r--r-- | misc/libh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index 549ac965ce5c..f32e84c15f65 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -8,8 +8,8 @@ PORTNAME= libh PORTVERSION= 0.2 CATEGORIES= misc -# ${MASTER_SITES} is only for if CVS won't work, period. -MASTER_SITES= ${MASTER_SITE_LOCAL} +# ${MASTER_SITES} is unavailable for CVS only projects. +# MASTER_SITES= ${MASTER_SITE_LOCAL} DISTNAME= libh MAINTAINER= nra@FreeBSD.org |