diff options
Diffstat (limited to 'devel/libffi33')
-rw-r--r-- | devel/libffi33/Makefile | 4 | ||||
-rw-r--r-- | devel/libffi33/pkg-plist | 6 |
2 files changed, 4 insertions, 6 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> diff --git a/devel/libffi33/pkg-plist b/devel/libffi33/pkg-plist index db2c3d3721d1..e92392edda14 100644 --- a/devel/libffi33/pkg-plist +++ b/devel/libffi33/pkg-plist @@ -1,10 +1,4 @@ lib/compat/libffi.so lib/compat/libffi.so.7 lib/compat/libffi.so.7.1.0 -@comment include/ffi.h -@comment include/ffitarget.h @comment libdata/pkgconfig/libffi.pc -@comment man/man3/ffi.3.gz -@comment man/man3/ffi_call.3.gz -@comment man/man3/ffi_prep_cif.3.gz -@comment man/man3/ffi_prep_cif_var.3.gz |