diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
commit | a0796a9ef7e033f50d5df85f29642de149b52561 (patch) | |
tree | 757db079e498e3481485935127a3ba81c63d5e43 /mail/pgpsendmail | |
parent | d3994b2cd35ca9109b8df240cbf693ea84125deb (diff) | |
download | ports-a0796a9ef7e033f50d5df85f29642de149b52561.tar.gz ports-a0796a9ef7e033f50d5df85f29642de149b52561.zip |
Notes
Diffstat (limited to 'mail/pgpsendmail')
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 36807bde44e8..4e67a57ca1de 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/07/08 00:49:12 ache Exp $ +# $Id: Makefile,v 1.6 1995/07/11 04:08:25 asami Exp $ # DISTNAME= PGPsendmail-v1.4 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ MAINTAINER= ache@FreeBSD.ORG -EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp +EXEC_DEPENDS += pgp:${PORTSDIR}/security/pgp WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install |