diff options
Diffstat (limited to 'devel/libffi33/Makefile')
-rw-r--r-- | devel/libffi33/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libffi33/Makefile b/devel/libffi33/Makefile index bb4004cb210e..d939880928f1 100644 --- a/devel/libffi33/Makefile +++ b/devel/libffi33/Makefile @@ -35,4 +35,8 @@ post-patch: @${REINPLACE_CMD} -e 's| -Wno-psabi||g' \ ${WRKSRC}/testsuite/lib/libffi.exp +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/include + ${RM} -r ${STAGEDIR}${PREFIX}/share/man + .include <bsd.port.mk> |