summaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-02 14:30:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-02 14:30:29 +0000
commit2f96d43513db23453c9af0cf819ec8c3b7451615 (patch)
treeefc66e0b868479efa151b9dab32a47cca1c5dd58 /security/lsh
parentAdd missing Xft dependency. (diff)
- Cleanup obsolete macro
- call install-info more cleanly
Notes
Notes: svn path=/head/; revision=76734
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile8
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>