mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fix plist by removing a recursively-linked file
Submitted by: bento log
This commit is contained in:
parent
1e88d98dd3
commit
8a3eeb89d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67171
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user