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