svn commit: r476848 - head/math/spot

Yuri Victorovich yuri at FreeBSD.org
Fri Aug 10 21:24:46 UTC 2018


Author: yuri
Date: Fri Aug 10 21:24:45 2018
New Revision: 476848
URL: https://svnweb.freebsd.org/changeset/ports/476848

Log:
  math/spot: Add USES=charsetfix, remove RM for lib/charset.alias

Modified:
  head/math/spot/Makefile

Modified: head/math/spot/Makefile
==============================================================================
--- head/math/spot/Makefile	Fri Aug 10 19:21:24 2018	(r476847)
+++ head/math/spot/Makefile	Fri Aug 10 21:24:45 2018	(r476848)
@@ -2,6 +2,7 @@
 
 PORTNAME=	spot
 DISTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://www.lrde.epita.fr/dload/${PORTNAME}/
 
@@ -11,7 +12,7 @@ COMMENT=	Library for omega automata manipulation and m
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++14-lang gmake libtool
+USES=		charsetfix compiler:c++14-lang gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-python --disable-static
 INSTALL_TARGET=	install-strip
@@ -22,7 +23,6 @@ OPTIONS_DEFINE=	DOCS
 PORTDOCS=	tl.pdf
 
 post-install:
-	@${RM} ${STAGEDIR}${PREFIX}/lib/charset.alias
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list