diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 16:26:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-11-06 16:26:34 +0000 |
commit | 80a01c06d195116f35754af18c4288617f2bd998 (patch) | |
tree | 8d833e6b21208a25ff5a974fe5d5fb893c8b0da6 /sysutils/cloop-utils/Makefile | |
parent | 513ddff4c4d77481514839c764a6943440f684d0 (diff) |
Mark a few ports BROKEN (unfetchable)
Notes
Notes:
svn path=/head/; revision=516897
Diffstat (limited to 'sysutils/cloop-utils/Makefile')
-rw-r--r-- | sysutils/cloop-utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cloop-utils/Makefile b/sysutils/cloop-utils/Makefile index 5c341ab9d843..f7012926524f 100644 --- a/sysutils/cloop-utils/Makefile +++ b/sysutils/cloop-utils/Makefile @@ -10,6 +10,8 @@ DISTNAME= cloop_${CLOOP_VERSION}-${CLOOP_REVISION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Compressed loop FS utils +BROKEN= unfetchable + USES= gmake WRKSRC= ${WRKDIR}/cloop-${CLOOP_VERSION} |