summaryrefslogtreecommitdiff
path: root/ftp/mirror/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/mirror/Makefile')
-rw-r--r--ftp/mirror/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile
deleted file mode 100644
index a560f6bbe220..000000000000
--- a/ftp/mirror/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: mirror
-# Version required: 2.3
-# Date created: 15 May 1995
-# Whom: torstenb
-#
-# $Id:$
-#
-
-DISTNAME= mirror-2.3
-CATEGORIES+= networking
-MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-NO_WRKSUBDIR= yes
-MAKEFILE= makefile
-
-pre-install:
- mkdir -p ${PREFIX}/lib/mirror
-
-.include <bsd.port.mk>