diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-03-02 22:30:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-03-02 22:30:29 +0800 |
commit | d5cc91eed8c66c72ce593060f9819394eb7be186 (patch) | |
tree | 294871157441ea381d2e0f0f16b3b13c7bf1c41f /security/lsh | |
parent | 4ce64e495b88504c0b20471fbe4c0a2a9964416a (diff) | |
download | freebsd-ports-gnome-d5cc91eed8c66c72ce593060f9819394eb7be186.tar.gz freebsd-ports-gnome-d5cc91eed8c66c72ce593060f9819394eb7be186.tar.zst freebsd-ports-gnome-d5cc91eed8c66c72ce593060f9819394eb7be186.zip |
- Cleanup obsolete macro
- call install-info more cleanly
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 588020cd830f..1d55dfa8e8b0 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS:S=""==} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -FIXME= src/nettle/x86/aes.asm .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PLIST_SUB+= KRB="" .else @@ -47,10 +46,7 @@ post-install: .for SBIN in lshd strip ${PREFIX}/sbin/${SBIN} .endfor -.if !defined(NOPORTDOCS) - install-info --section="Miscellaneous" \ - --entry="* LSH: (lsh). lsh secure remote shell documentation." \ - ${PREFIX}/info/lsh.info ${PREFIX}/info/dir -.endif + install-info ${PREFIX}/info/lsh.info ${PREFIX}/info/dir + install-info ${PREFIX}/info/nettle.info ${PREFIX}/info/dir .include <bsd.port.post.mk> |