diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-27 18:30:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-27 18:30:52 +0000 |
commit | 8a3eeb89d706b30de3524e72f1d07e9873688ae5 (patch) | |
tree | 0aa2281ad7068e4aed7737c99e1f085e4ac8c051 /security/botan/Makefile | |
parent | 1e88d98dd3bd3a779f851aff992ad9a63f6583a8 (diff) |
Notes
Diffstat (limited to 'security/botan/Makefile')
-rw-r--r-- | security/botan/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 9e0d313e7f31..dadc0f5b7640 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -8,6 +8,7 @@ PORTNAME= botan PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= opencl @@ -31,4 +32,7 @@ post-patch: s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT} @${RM} -f ${WRKSRC}/src/pipe_io.cpp.orig +post-install: + @${RM} -f ${PREFIX}/include/botan/botan + .include <bsd.port.mk> |