diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-07-10 19:52:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-07-10 19:52:15 +0000 |
commit | 8d580866e527b468a64e19be0044122a96805a3d (patch) | |
tree | cc1b7f9f1009d7803f45c769619729ff2ebbe33b /security/dropbear/Makefile | |
parent | 7ea80477b1f87a65ca36fb2bf417678d0b082175 (diff) | |
download | ports-8d580866e527b468a64e19be0044122a96805a3d.tar.gz ports-8d580866e527b468a64e19be0044122a96805a3d.zip |
Notes
Diffstat (limited to 'security/dropbear/Makefile')
-rw-r--r-- | security/dropbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 7694393a6544..9b2895b3ad80 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dropbear -PORTVERSION= 0.44 +PORTVERSION= 0.46 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ @@ -25,7 +25,7 @@ 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] - ${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ + @${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ ${WRKSRC}/libtomcrypt/Makefile.in @${SED} -e 's:__PREFIX__:${PREFIX}:g' \ ${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh |