diff options
author | asami <asami@FreeBSD.org> | 1995-04-17 07:50:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-17 07:50:37 +0000 |
commit | 3666fa7dbac461f1d897102edd251229166bf238 (patch) | |
tree | 12b81c2058e6a84c79ec285674ae3557dcb05dd5 /mail/procmail | |
parent | 07c63ec84b5e63356d8a05fe4d67b55a9fb95a2b (diff) | |
download | FreeBSD-ports-3666fa7dbac461f1d897102edd251229166bf238.zip FreeBSD-ports-3666fa7dbac461f1d897102edd251229166bf238.tar.gz |
Add PKGNAME, and MAINTAINER goes in a section of its own. :)
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 bc83e98..0024953 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 |