svn commit: r513657 - head/x11-wm/wmconfig

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 3 09:38:31 UTC 2019


Author: amdmi3
Date: Thu Oct  3 09:38:30 2019
New Revision: 513657
URL: https://svnweb.freebsd.org/changeset/ports/513657

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW

Modified:
  head/x11-wm/wmconfig/Makefile
  head/x11-wm/wmconfig/pkg-descr

Modified: head/x11-wm/wmconfig/Makefile
==============================================================================
--- head/x11-wm/wmconfig/Makefile	Thu Oct  3 09:26:10 2019	(r513656)
+++ head/x11-wm/wmconfig/Makefile	Thu Oct  3 09:38:30 2019	(r513657)
@@ -9,22 +9,21 @@ MASTER_SITES=	https://www.arrishq.net/files/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Menu generation tool for X window managers
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	AUTHORS ChangeLog COPYING README TODO
+PORTDOCS=	AUTHORS ChangeLog README TODO
 
 OPTIONS_DEFINE=	NLS DOCS
 
 OPTIONS_SUB=	yes
 NLS_CONFIGURE_ENABLE=nls
-NLS_CPPFLAGS=	-I${LOCALBASE}/include
-NLS_LDFLAGS=	-L${LOCALBASE}/lib
-NLS_USES=	gettext
+NLS_USES=	gettext localbase:ldflags
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/x11-wm/wmconfig/pkg-descr
==============================================================================
--- head/x11-wm/wmconfig/pkg-descr	Thu Oct  3 09:26:10 2019	(r513656)
+++ head/x11-wm/wmconfig/pkg-descr	Thu Oct  3 09:38:30 2019	(r513657)
@@ -1,4 +1,4 @@
 Wmconfig is a free menu generation tool for various X window managers.
 It is easy-to-use and uses a simple configuration file layout.
 
-WWW: http://www.arrishq.net
+WWW: https://www.arrishq.net/


More information about the svn-ports-all mailing list