diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-27 18:30:52 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-27 18:30:52 +0000 |
commit | acf82863a64805552af168312a012223c0bd1781 (patch) | |
tree | 1c0bc3ad95090c2bba12a6cec19777bea3c7a71b /security | |
parent | a18a0fb3f72438ef921feb2f72e85ed8178021cb (diff) | |
download | FreeBSD-ports-acf82863a64805552af168312a012223c0bd1781.zip FreeBSD-ports-acf82863a64805552af168312a012223c0bd1781.tar.gz |
fix plist by removing a recursively-linked file
Submitted by: bento log
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 9e0d313..dadc0f5 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 9a981b9..1460752 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 |