diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-24 18:02:56 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-24 18:02:56 +0000 |
commit | 8c81d8cdb7a5b4fae88203feaa46316fc44e177b (patch) | |
tree | 3ae7d51ca420fa3a59699679a0f9c4290d89ae5d /misc/libh | |
parent | upgrade to 0.7.2 (diff) |
Stop this port from appearing in fenner's distfile survey by commenting
out the MASTER_SITES line.
Submitted by: nra
Notes
Notes:
svn path=/head/; revision=41871
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 |