Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 09:00:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418992 - head/x11/florence
Message-ID:  <201607240900.u6O90rQb088200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jul 24 09:00:53 2016
New Revision: 418992
URL: https://svnweb.freebsd.org/changeset/ports/418992

Log:
  - Fix license
  - Remove redundant --prefix argument to configure
  - Switch to options helpers

Modified:
  head/x11/florence/Makefile
  head/x11/florence/pkg-descr

Modified: head/x11/florence/Makefile
==============================================================================
--- head/x11/florence/Makefile	Sun Jul 24 08:46:18 2016	(r418991)
+++ head/x11/florence/Makefile	Sun Jul 24 09:00:53 2016	(r418992)
@@ -9,8 +9,8 @@ MASTER_SITES=	SF/florence/florence/${POR
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Extensible scalable virtual keyboard
 
-LICENSE=	GPLv2 GFDL
-LICENSE_COMB=	dual
+LICENSE=	GPLv2+ GFDL
+LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libnotify.so:devel/libnotify
 
@@ -19,13 +19,14 @@ USE_XORG=	xtst xext
 USE_GNOME=	gtk30 cairo intlhack gnomedocutils librsvg2
 USE_GSTREAMER1=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--prefix="${LOCALBASE}" \
-		--disable-static
+CONFIGURE_ARGS=	--disable-static
 USE_LDCONFIG=	yes
 INSTALLS_OMF=	yes
 GLIB_SCHEMAS=	org.florence.gschema.xml
 INSTALL_TARGET=	install-strip
 
+MAKE_JOBS_UNSAFE=	yes
+
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
 OPTIONS_DEFINE=	DOCS NLS
@@ -34,20 +35,15 @@ OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
 
-MAKE_JOBS_UNSAFE=	yes
-
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \
 		${WRKSRC}/data/florence.desktop.in.in
 
-.if ! ${PORT_OPTIONS:MNLS}
+post-patch-NLS-off:
 	@${REINPLACE_CMD} -e 's|^ALL_LINGUAS.*|ALL_LINGUAS =|' \
 		${WRKSRC}/po/Makefile.in.in
-.endif
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 

Modified: head/x11/florence/pkg-descr
==============================================================================
--- head/x11/florence/pkg-descr	Sun Jul 24 08:46:18 2016	(r418991)
+++ head/x11/florence/pkg-descr	Sun Jul 24 09:00:53 2016	(r418992)
@@ -7,4 +7,4 @@ It appears on the screen only when you n
 There is an auto-click functionality To help people having difficulties to use
 the click button.
 
-WWW: http://florence.sourceforge.net
+WWW: http://florence.sourceforge.net/



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