diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:52 +0800 |
commit | 82298f26ff23011ef408b8430e046c316b8f5da3 (patch) | |
tree | 07caff08c82dd7eb5e0941f13e02a7bb32726ea0 /x11-wm | |
parent | 0849145d21761f4bc90c4eb3c490a67ca9ec2129 (diff) | |
download | freebsd-ports-gnome-82298f26ff23011ef408b8430e046c316b8f5da3.tar.gz freebsd-ports-gnome-82298f26ff23011ef408b8430e046c316b8f5da3.tar.zst freebsd-ports-gnome-82298f26ff23011ef408b8430e046c316b8f5da3.zip |
- Add LICENSE
- Switch to options helpers
Approved by: portmgr blanket
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxconf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/fluxconf/Makefile b/x11-wm/fluxconf/Makefile index 433b25f98b3f..f15faceae58d 100644 --- a/x11-wm/fluxconf/Makefile +++ b/x11-wm/fluxconf/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://devaux.fabien.free.fr/flux/ 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 bin/fluxkeys bin/fluxmenu \ 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> |