summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-03-02 14:30:29 +0000
committerdinoex <dinoex@FreeBSD.org>2003-03-02 14:30:29 +0000
commitd5cc91eed8c66c72ce593060f9819394eb7be186 (patch)
tree294871157441ea381d2e0f0f16b3b13c7bf1c41f /security
parent4ce64e495b88504c0b20471fbe4c0a2a9964416a (diff)
downloadFreeBSD-ports-d5cc91eed8c66c72ce593060f9819394eb7be186.zip
FreeBSD-ports-d5cc91eed8c66c72ce593060f9819394eb7be186.tar.gz
- Cleanup obsolete macro
- call install-info more cleanly
Diffstat (limited to 'security')
-rw-r--r--security/lsh/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 588020c..1d55dfa 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>
OpenPOWER on IntegriCloud