diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 15:04:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-31 15:04:57 +0000 |
commit | 23b6702e858b59fc5503b179026b4e25d86fb316 (patch) | |
tree | 2df5c4892cd4b2dd80683fc5b98a0ce3ae135aba /security/botan/Makefile | |
parent | 500d380475db11b4309a1e6a331e32b9956ce75f (diff) |
Notes
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 5 |
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> |