diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 23:13:38 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-30 23:13:38 +0000 |
| commit | fff7ac2791bda057341d6248f024f7f479c5985f (patch) | |
| tree | 9f8795d8aaae9f62ae156e7559ee26e22a44ee03 | |
| parent | 40925d848753e9e844d1e3e7e93246a74fca6dff (diff) | |
Notes
| -rw-r--r-- | Mk/bsd.sites.mk | 6 | ||||
| -rw-r--r-- | sysutils/copytape/Makefile | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6133a0645902..0322223ff2d0 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -113,12 +113,6 @@ MASTER_SITE_CHEESESHOP+= \ http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ .endif -.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) -MASTER_SITE_COMP_SOURCES+= \ - ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ - ftp://ftp.uu.net/usenet/comp.sources.%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://cdn.debian.net/debian/%SUBDIR%/ \ diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index b365b2ea18fb..f12bfa21ebd7 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -12,6 +12,8 @@ EXTRACT_SUFX= .Z MAINTAINER= sjroz@verizon.net COMMENT= Program that is used to duplicate magtapes +BROKEN= No public distfiles + EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils NO_WRKSUBDIR= yes |
