aboutsummaryrefslogtreecommitdiff
path: root/security/botan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r--security/botan/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index 87b7ed80ccc6..c9ea8a976007 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= botan
-PORTVERSION= 1.2.7
+PORTVERSION= 1.2.8
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -41,7 +41,4 @@ post-patch:
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \
s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
-post-install:
- @${RM} -f ${PREFIX}/include/botan/botan
-
.include <bsd.port.post.mk>