diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-01-29 19:05:07 +0000 |
commit | c0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch) | |
tree | f56caab01da5d79c8684feae63ac50ac71a6fe79 /security/lsh | |
parent | c82ed4f02b98bdc0abe1b4113870d9096a868e06 (diff) | |
download | ports-c0ce4105e7e5dbf775b56491e12ebf64f1844e3a.tar.gz ports-c0ce4105e7e5dbf775b56491e12ebf64f1844e3a.zip |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 5b16e41a147e..ca4c187ab80b 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -10,9 +10,6 @@ CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ MASTER_SITE_SUBDIR= lsh lsh/old -DISTNAME= ${PORTNAME}-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= farrokhi@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 @@ -29,7 +26,6 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -USE_GPG?= yes .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PLIST_SUB+= KRB="" .else |