diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-18 22:30:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-18 22:30:35 +0000 |
commit | c42ac35de4402d4983e214bb391a9b218d62dbc9 (patch) | |
tree | a1730744bb57a9917124384e792d1164b76df36b /security | |
parent | 468ded5bf2703c2003603cfe7dc6149c7c17631d (diff) | |
download | ports-c42ac35de4402d4983e214bb391a9b218d62dbc9.tar.gz ports-c42ac35de4402d4983e214bb391a9b218d62dbc9.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/lsh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 221447e39a30..59b8609634c0 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -38,6 +38,9 @@ MAN5= secsh.5 SPKI.5 SHA.5 DSA.5 MAN8= sftp-server.8 lshd.8 INFO= lsh nettle +post-patch: + ${REINPLACE_CMD} -e "s|M4)|M4) -g|g" ${WRKSRC}/src/nettle/Makefile.in + post-install: .for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key ${STRIP_CMD} ${PREFIX}/bin/${BIN} |