summaryrefslogtreecommitdiff
path: root/ports-mgmt/portcheckout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portcheckout/Makefile')
-rw-r--r--ports-mgmt/portcheckout/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile
deleted file mode 100644
index 5370ee92e9b7..000000000000
--- a/ports-mgmt/portcheckout/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: portcheckout
-# Date created: 1 November 1998
-# Whom: wosch
-#
-# $FreeBSD$
-#
-
-PORTNAME= portcheckout
-PORTVERSION= 2.0
-CATEGORIES= devel
-MASTER_SITES= http://wolfram.schneider.org/src/
-
-MAINTAINER= wosch@FreeBSD.org
-COMMENT= Checkout and build ports and all depending ports
-
-USE_PERL5= yes
-MAN1= portcheckout.1
-MANCOMPRESSED= maybe
-PLIST_FILES= bin/portcheckout
-
-post-patch:
- perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl
-
-.include <bsd.port.mk>