summaryrefslogtreecommitdiff
path: root/mail/procmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r--mail/procmail/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
deleted file mode 100644
index bb53248a82fe..000000000000
--- a/mail/procmail/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: procmail
-# Version required: 3.11pre1
-# Date created: 24 September 1994
-# Whom: adam
-#
-# $Id: Makefile,v 1.15 1995/04/17 07:50:37 asami Exp $
-#
-
-DISTNAME= procmail-3.11pre1
-PKGNAME= procmail-3.11.1
-CATEGORIES+= mail
-MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
-
-MAINTAINER= ache@FreeBSD.ORG
-
-IS_INTERACTIVE= yes
-
-do-install:
- @cd ${WRKSRC}; ${MAKE} install-suid install.man
-
-.include <bsd.port.mk>