diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /mail/pgpsendmail | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'mail/pgpsendmail')
-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 |