From 2f96d43513db23453c9af0cf819ec8c3b7451615 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 2 Mar 2003 14:30:29 +0000 Subject: - Cleanup obsolete macro - call install-info more cleanly --- security/lsh/Makefile | 8 ++------ 1 file 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 -- cgit v1.2.3