Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 20:59:22 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391194 - head/textproc/libwps03
Message-ID:  <201507022059.t62KxMId088545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Thu Jul  2 20:59:22 2015
New Revision: 391194
URL: https://svnweb.freebsd.org/changeset/ports/391194

Log:
  Do not install executables to not conflict with upcoming libwps 0.4.0.

Modified:
  head/textproc/libwps03/Makefile
  head/textproc/libwps03/pkg-plist

Modified: head/textproc/libwps03/Makefile
==============================================================================
--- head/textproc/libwps03/Makefile	Thu Jul  2 20:45:56 2015	(r391193)
+++ head/textproc/libwps03/Makefile	Thu Jul  2 20:59:22 2015	(r391194)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libwps
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	03
@@ -31,4 +32,7 @@ BUILD_DEPENDS+=	${LOCALBASE}/include/boo
 CONFIGURE_ARGS+=	--with-sharedptr=boost
 .endif
 
+post-stage:
+	@${RM} -f ${STAGEDIR}${PREFIX}/bin/*
+
 .include <bsd.port.post.mk>

Modified: head/textproc/libwps03/pkg-plist
==============================================================================
--- head/textproc/libwps03/pkg-plist	Thu Jul  2 20:45:56 2015	(r391193)
+++ head/textproc/libwps03/pkg-plist	Thu Jul  2 20:59:22 2015	(r391194)
@@ -1,9 +1,3 @@
-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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507022059.t62KxMId088545>