Date: Thu, 3 Sep 2015 18:50: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: r396037 - head/x11-wm/fluxconf Message-ID: <201509031850.t83Iormc001953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 3 18:50:52 2015 New Revision: 396037 URL: https://svnweb.freebsd.org/changeset/ports/396037 Log: - Add LICENSE - Switch to options helpers Approved by: portmgr blanket Modified: head/x11-wm/fluxconf/Makefile Modified: head/x11-wm/fluxconf/Makefile ============================================================================== --- head/x11-wm/fluxconf/Makefile Thu Sep 3 18:50:45 2015 (r396036) +++ head/x11-wm/fluxconf/Makefile Thu Sep 3 18:50:52 2015 (r396037) @@ -10,6 +10,9 @@ MASTER_SITES= http://devaux.fabien.free. MAINTAINER= alfredoj69@gmail.com COMMENT= Fluxbox window manager configuration program +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -22,12 +25,8 @@ PLIST_FILES= bin/fluxbare bin/fluxconf b OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031850.t83Iormc001953>