diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 07:50:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-17 07:50:37 +0000 |
commit | 7daa89e92eadeff65f1730af1f8dc6f44f8997d2 (patch) | |
tree | 01453de0045a495ccae46e496d7c7e9a053e42fd /mail/procmail | |
parent | 4c07d37f8a35f563ffabc95c3dd06b53badfb674 (diff) | |
download | ports-7daa89e92eadeff65f1730af1f8dc6f44f8997d2.tar.gz ports-7daa89e92eadeff65f1730af1f8dc6f44f8997d2.zip |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index bc83e9846c40..0024953e878e 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -3,12 +3,14 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.13 1995/04/16 07:41:42 asami Exp $ +# $Id: Makefile,v 1.14 1995/04/16 13:49:07 ache 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 |