diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /security/lsh | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 446b6e7e3f73..8a8d0016e3b5 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -43,10 +43,10 @@ CONFIGURE_ARGS+= --without-ipv6 post-install: .for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key - strip ${PREFIX}/bin/${BIN} + ${STRIP_CMD} ${PREFIX}/bin/${BIN} .endfor .for SBIN in lshd - strip ${PREFIX}/sbin/${SBIN} + ${STRIP_CMD} ${PREFIX}/sbin/${SBIN} .endfor install-info ${PREFIX}/info/lsh.info ${PREFIX}/info/dir install-info ${PREFIX}/info/nettle.info ${PREFIX}/info/dir |