diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 04:28:32 +0800 |
commit | 68fd77ac849aafb0f6387a0b2f05e2988325e459 (patch) | |
tree | 51b8ada54171ddc43cc01d40021028b05c1caab7 /mail/pgpsendmail/Makefile | |
parent | 4e5270fead597efd083751ef7136263cffd95b9c (diff) | |
download | freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.gz freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.tar.zst freebsd-ports-gnome-68fd77ac849aafb0f6387a0b2f05e2988325e459.zip |
Updated ports Makefiles for mails.
Diffstat (limited to 'mail/pgpsendmail/Makefile')
-rw-r--r-- | mail/pgpsendmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index e950f7595f45..4ccc0637b8b6 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,12 +3,14 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1995/01/21 00:39:25 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:47:28 jkh Exp $ # DISTNAME= PGPsendmail-v1.4 -MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ +PKGNAME= pgpsendmail-1.4 CATEGORIES+= mail +MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ + WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install |