svn commit: r396037 - head/x11-wm/fluxconf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 3 18:50:53 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list