From 8c81d8cdb7a5b4fae88203feaa46316fc44e177b Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Tue, 24 Apr 2001 18:02:56 +0000 Subject: [PATCH] Stop this port from appearing in fenner's distfile survey by commenting out the MASTER_SITES line. Submitted by: nra --- misc/libh/Makefile | 4 ++-- 1 file 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