diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 08:29:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-01 08:29:59 +0000 |
commit | 515c350caefc5a2437a18701ac78625f34273b6b (patch) | |
tree | 9beb67f334af27a62b5d66037b90dd63fd90ee8d /devel/silc-toolkit/Makefile | |
parent | 185119cbb1eb5c0993667edb11867b0eff5fe86b (diff) |
Notes
Diffstat (limited to 'devel/silc-toolkit/Makefile')
-rw-r--r-- | devel/silc-toolkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile index 8d69e98f0d07..3ce9c92d48b8 100644 --- a/devel/silc-toolkit/Makefile +++ b/devel/silc-toolkit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= silc -PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTVERSION= 0.9.12 CATEGORIES= devel ipv6 net security MASTER_SITES= http://www.silcnet.org/download/%SUBDIR%/ \ http://ftp.silcnet.org/%SUBDIR%/ \ @@ -91,6 +90,7 @@ post-patch: @${PERL} -pi -e 's/example_silcd.conf \\\n//' ${WRKSRC}/doc/Makefile.in @${PERL} -pi -e 's/--libtool-enable-shared//' \ ${WRKSRC}/lib/silccrypt/Makefile.in + @${RM} -f ${WRKSRC}/tutorial/mybot/mybot.c.\~1.5.\~ .include <bsd.port.pre.mk> |