summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-27 18:30:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-27 18:30:52 +0000
commit8a3eeb89d706b30de3524e72f1d07e9873688ae5 (patch)
tree0aa2281ad7068e4aed7737c99e1f085e4ac8c051 /security
parentHopefully unbreak this port: (diff)
fix plist by removing a recursively-linked file
Submitted by: bento log
Notes
Notes: svn path=/head/; revision=67171
Diffstat (limited to 'security')
-rw-r--r--security/botan/Makefile4
-rw-r--r--security/botan/pkg-plist1
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