diff options
author | pav <pav@FreeBSD.org> | 2004-06-21 04:59:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-21 04:59:26 +0800 |
commit | 46f34cda2d6c28f987526683acc4ee521c728559 (patch) | |
tree | ffdce9aebb653ca033c53a6e47f95ce086dee09f /picobsd | |
parent | 8b74c71bb9c9e76efe73dd101d9804216b3d5d5b (diff) | |
download | freebsd-ports-gnome-46f34cda2d6c28f987526683acc4ee521c728559.tar.gz freebsd-ports-gnome-46f34cda2d6c28f987526683acc4ee521c728559.tar.zst freebsd-ports-gnome-46f34cda2d6c28f987526683acc4ee521c728559.zip |
- Remove empty files [1]
- While here, portlint
PR: ports/68068 [1]
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Diffstat (limited to 'picobsd')
-rw-r--r-- | picobsd/ssh-picobsd/Makefile | 14 | ||||
-rw-r--r-- | picobsd/ssh-picobsd/pkg-plist | 0 |
2 files changed, 7 insertions, 7 deletions
diff --git a/picobsd/ssh-picobsd/Makefile b/picobsd/ssh-picobsd/Makefile index 0ee1fc5ca9b0..dd6a7c438762 100644 --- a/picobsd/ssh-picobsd/Makefile +++ b/picobsd/ssh-picobsd/Makefile @@ -28,24 +28,24 @@ BROKEN= "Install fails" USE_AUTOCONF_VER= 213 GNU_CONFIGURE= YES USE_PERL5= YES -CONFIGURE_ENV+= PERL=${PERL5} +CONFIGURE_ENV+= PERL=${PERL5} -CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc +CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc # Uncomment if all your users are in their own group and their homedir # is writeable by that group. Beware the security implications! # -#CONFIGURE_ARGS+= --enable-group-writeability +#CONFIGURE_ARGS+= --enable-group-writeability # Uncomment if you want to allow ssh to emulate an unencrypted rsh connection # over a secure medium (i.e. allow SSH connections without encryption). # This is normally dangerous since it can lead to the disclosure of keys # and passwords. # -#CONFIGURE_ARGS+= --with-none +#CONFIGURE_ARGS+= --with-none .if defined(KRB5_HOME) && exists(${KRB5_HOME}) -CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ +CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ --disable-suid-ssh .endif @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--with-kerberos5=${KRB5_HOME} --enable-kerberos-tgt-passing \ # Warning: untested ! # .if defined(WITH_SECUREID) -CONFIGURE_ARGS+= --with-secureid +CONFIGURE_ARGS+= --with-secureid .endif # Don't use IDEA. IDEA can be freely used for non-commercial use. However, @@ -69,6 +69,6 @@ pre-patch: .include <bsd.port.pre.mk> # no IDEA, tcpwrap, IPV6, SOCKS, x11 for picobsd -CONFIGURE_ARGS+= --disable-ipv6 --without-x --without-idea +CONFIGURE_ARGS+= --disable-ipv6 --without-x --without-idea .include <bsd.port.post.mk> diff --git a/picobsd/ssh-picobsd/pkg-plist b/picobsd/ssh-picobsd/pkg-plist deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/picobsd/ssh-picobsd/pkg-plist +++ /dev/null |