aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-14 12:17:49 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-14 12:17:49 +0000
commit8a2878948398c9f8b6e8932dd922a93793577a96 (patch)
tree787d0e1d4031db9cbaffbdf71678c9cae2540dec /security/dropbear/Makefile
parentb0c64bb477fced838efcfebf24277ed8bbfcc2f3 (diff)
downloadports-8a2878948398c9f8b6e8932dd922a93793577a96.tar.gz
ports-8a2878948398c9f8b6e8932dd922a93793577a96.zip
- Update to 0.40
Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98148
Diffstat (limited to 'security/dropbear/Makefile')
-rw-r--r--security/dropbear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index 4deb3f7d8449..f2fb66ad7c73 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dropbear
-PORTVERSION= 0.39
+PORTVERSION= 0.40
CATEGORIES= security ipv6
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
@@ -24,6 +24,7 @@ CONFIGURE_ENV= LDFLAGS=-static
post-patch:
@${REINPLACE_CMD} -e "s,_PRIV_FILENAME \"/etc/,_PRIV_FILENAME \"${PREFIX}/etc/,g; \
s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h
+ @${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch]
@${SED} -e 's:__PREFIX__:${PREFIX}:g' \
${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh