diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-07 23:14:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-07 23:14:46 +0000 |
commit | 2c1e8bb6d8d02c94de8d9cb416fded98bbd368dc (patch) | |
tree | eff4808b70aa72bf64857965cce13407d6018335 | |
parent | 41bef169adc2a9f2e163d16df314a1a114271c4d (diff) | |
download | ports-2c1e8bb6d8d02c94de8d9cb416fded98bbd368dc.tar.gz ports-2c1e8bb6d8d02c94de8d9cb416fded98bbd368dc.zip |
Notes
-rw-r--r-- | security/pinentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index c369bf8a4d4f..fda3a107b62a 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT?= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ |