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 | 14ac891b8f9dd14e7022abdda57c37bb90f7d570 (diff) | |
download | ports-8c81d8cdb7a5b4fae88203feaa46316fc44e177b.tar.gz ports-8c81d8cdb7a5b4fae88203feaa46316fc44e177b.zip |
Notes
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 |