diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-13 09:02:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-13 09:02:57 +0000 |
commit | 698f4644c4543b5b2d55a12782885e655e80f608 (patch) | |
tree | 785e5de33dc0d19742094d328067d82d955b3e21 /security/botan110 | |
parent | 3c7333f56d3c5773110f4b72d15363d2d98f8ed8 (diff) |
Notes
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 9c7fd2bd9b26..ac5ebcecc427 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -68,7 +68,5 @@ post-patch: post-install: @(cd "${STAGEDIR}${PREFIX}"; ${FIND} -s include/botan-1.10 -not -type d) >> ${TMPPLIST} - @${ECHO_CMD} @dirrm include/botan-1.10/botan >> ${TMPPLIST} - @${ECHO_CMD} @dirrm include/botan-1.10 >> ${TMPPLIST} .include <bsd.port.post.mk> |