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 | |
parent | 1e88d98dd3bd3a779f851aff992ad9a63f6583a8 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 4 | ||||
-rw-r--r-- | security/botan/pkg-plist | 1 |
2 files changed, 4 insertions, 1 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> diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 9a981b9ecfa2..14607524281b 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -6,7 +6,6 @@ include/botan/base.h include/botan/base64.h include/botan/bigint.h include/botan/blowfish.h -include/botan/botan include/botan/botan.h include/botan/buf_filt.h include/botan/cast128.h |