aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/port-maintenance-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/port-maintenance-tools/Makefile')
-rw-r--r--ports-mgmt/port-maintenance-tools/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports-mgmt/port-maintenance-tools/Makefile b/ports-mgmt/port-maintenance-tools/Makefile
deleted file mode 100644
index 4e1b575c9870..000000000000
--- a/ports-mgmt/port-maintenance-tools/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: port-maintenance-tools
-# Date created: 3 April 2004
-# Whom: Mark Linimon <linimon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= port-maintenance-tools
-PORTVERSION= 1.0
-CATEGORIES= sysutils
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= linimon@FreeBSD.org
-COMMENT= "meta-port" for administrative tools to maintain ports
-
-# note: portuprade is brought in by pkg_cutleaves
-RUN_DEPENDS= \
- ${LOCALBASE}/bin/cvsup:${PORTSDIR}/net/cvsup-without-gui \
- ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
- ${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/sysutils/pkg_cutleaves \
- ${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/sysutils/pkg_tree \
- ${LOCALBASE}/bin/porteasy:${PORTSDIR}/misc/porteasy \
- ${LOCALBASE}/bin/portell:${PORTSDIR}/misc/portell \
- ${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/sysutils/portdowngrade
-
-NO_BUILD= yes
-
-do-install: # empty
-
-.include <bsd.port.mk>