Index: head/textproc/libwps03/Makefile =================================================================== --- head/textproc/libwps03/Makefile (revision 391193) +++ head/textproc/libwps03/Makefile (revision 391194) @@ -1,34 +1,38 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif + +post-stage: + @${RM} -f ${STAGEDIR}${PREFIX}/bin/* .include Index: head/textproc/libwps03/pkg-plist =================================================================== --- head/textproc/libwps03/pkg-plist (revision 391193) +++ head/textproc/libwps03/pkg-plist (revision 391194) @@ -1,12 +1,6 @@ -bin/wks2csv -bin/wks2raw -bin/wks2text -bin/wps2html -bin/wps2raw -bin/wps2text include/libwps-0.3/libwps/WPSDocument.h include/libwps-0.3/libwps/libwps.h lib/libwps-0.3.so lib/libwps-0.3.so.3 lib/libwps-0.3.so.3.0.1 libdata/pkgconfig/libwps-0.3.pc