diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 19:29:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 19:29:12 +0000 |
commit | 4590ff95effeed9bbfdb215912dbc3de655e03a1 (patch) | |
tree | 7bd032c42cfd71ab472aca941a9e305aa9437698 /security/lsh | |
parent | 8c1cca9adb3ec70955e2c9f384316078c5286064 (diff) | |
download | ports-4590ff95effeed9bbfdb215912dbc3de655e03a1.tar.gz ports-4590ff95effeed9bbfdb215912dbc3de655e03a1.zip |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 9b313c435369..4b752be6633d 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ MASTER_SITE_SUBDIR= lsh lsh/old -MAINTAINER= farrokhi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ |