svn commit: r404929 - head/math/fityk

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 31 10:58:18 UTC 2015


Author: amdmi3
Date: Thu Dec 31 10:58:16 2015
New Revision: 404929
URL: https://svnweb.freebsd.org/changeset/ports/404929

Log:
  - Pet portlint
  - Switch to options helpers

Modified:
  head/math/fityk/Makefile

Modified: head/math/fityk/Makefile
==============================================================================
--- head/math/fityk/Makefile	Thu Dec 31 10:58:14 2015	(r404928)
+++ head/math/fityk/Makefile	Thu Dec 31 10:58:16 2015	(r404929)
@@ -19,17 +19,17 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		gnuplot:${PORTSDIR}/math/gnuplot
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	wojdyr
+
 USES=		compiler:c++11-lib desktop-file-utils gmake libtool \
 		shared-mime-info tar:bzip2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 LDFLAGS+=	-lbz2 -lz
-USE_GITHUB=	yes
-GH_ACCOUNT=	wojdyr
 USE_CXXSTD=	c++11
 USE_GNOME=	gtk20
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute
-WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-doc --disable-xyconvert
 USE_LDCONFIG=	yes
@@ -70,6 +70,8 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/fityk.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_PROGRAM} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-all mailing list