diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 20:28:32 +0000 |
commit | a07b60ed68821304b2c425ad81301ce97e6f7a95 (patch) | |
tree | 3c071e4591d5a681c858594cb1aafd40cc3059a1 /mail/pgpsendmail/Makefile | |
parent | 257be361409de2c58d9fb43fd40d2de5b84d1e88 (diff) | |
download | ports-a07b60ed68821304b2c425ad81301ce97e6f7a95.tar.gz ports-a07b60ed68821304b2c425ad81301ce97e6f7a95.zip |
Updated ports Makefiles for mails.
Notes
Notes:
svn path=/head/; revision=1340
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 |