diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:22:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:22:59 +0000 |
commit | 24a60a8057fe3e39d1d944d6d3eb5965037d148b (patch) | |
tree | 33501002b0824fc0f7f463e3bdc5a35141d5320f /security/dropbear/Makefile | |
parent | 57cf8f81d1c39b73ff09b1e95571e8a9d48856fb (diff) | |
download | ports-24a60a8057fe3e39d1d944d6d3eb5965037d148b.tar.gz ports-24a60a8057fe3e39d1d944d6d3eb5965037d148b.zip |
- Update to version 0.37
PR: 57188
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89342
Diffstat (limited to 'security/dropbear/Makefile')
-rw-r--r-- | security/dropbear/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 8a7546119f24..910c015b7b6a 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/ @@ -26,6 +26,8 @@ BIN= dropbear dropbearkey dropbearconvert post-configure: @${REINPLACE_CMD} -e "s,/etc/,${PREFIX}/etc/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h + @${REINPLACE_CMD} -e "s,^typedef int socklen_t,//typedef int socklen_t," \ + ${WRKSRC}/includes.h do-install: .for bin in ${BIN} |