summaryrefslogtreecommitdiff
path: root/security/pidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r--security/pidentd/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
deleted file mode 100644
index 51934ff3fa14..000000000000
--- a/security/pidentd/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: pidentd
-# Version required: 2.5.1
-# Date created: 19 Oct 1994
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.5 1995/04/15 05:41:43 asami Exp $
-#
-
-DISTNAME= pidentd-2.5.1
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
- ftp://ftp.fu-berlin.de/unix/security/ident/servers/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-post-install:
- gzip -9nf ${PREFIX}/man/man8/identd.8
-
-.include <bsd.port.mk>