diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 12:56:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 12:56:21 +0800 |
commit | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (patch) | |
tree | dc85c2c130baa6e2bbe5dfb1b07405a49fbe29a4 /mail/pgpsendmail/Makefile | |
parent | 77a92beda623c6dbe25fd459a5bad53b3e3a5763 (diff) | |
download | freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.tar.gz freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.tar.zst freebsd-ports-gnome-74d33a9a6f96ce415e58530d5329dcdd0e4abddc.zip |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Diffstat (limited to 'mail/pgpsendmail/Makefile')
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 4ccc0637b8b6..af91f9fc2074 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/04/01 12:47:28 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 20:28:19 asami Exp $ # DISTNAME= PGPsendmail-v1.4 @@ -11,6 +11,8 @@ PKGNAME= pgpsendmail-1.4 CATEGORIES+= mail MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install |