diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2013-02-19 13:12:37 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2013-02-19 13:12:37 +0000 |
commit | cbf1ec26a60014d0d3395efbb921836f06ab4f7b (patch) | |
tree | 992c76455392da824068a92393fc08b87a9a66d6 /security/libssh | |
parent | a37614ccf2b9071c66035ad5ddef76e99f025c55 (diff) | |
download | ports-cbf1ec26a60014d0d3395efbb921836f06ab4f7b.tar.gz ports-cbf1ec26a60014d0d3395efbb921836f06ab4f7b.zip |
Notes
Diffstat (limited to 'security/libssh')
-rw-r--r-- | security/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index bf4af7142e3c..1f28565cdeee 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security devel MASTER_SITES= http://www.libssh.org/files/0.5/ \ LOCAL/avl -MAINTAINER= avl@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= A library implementing the SSH1 and SSH2 protocol OPTIONS= GCRYPT "Build with libgcrypt" off \ |