diff options
-rw-r--r-- | x11-wm/antiwm/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/antiwm/pkg-descr | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile index 807f32bbf863..4308890eaef4 100644 --- a/x11-wm/antiwm/Makefile +++ b/x11-wm/antiwm/Makefile @@ -9,12 +9,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Minimalist window manager inspired by Ratpoison -OPTIONS_DEFINE= DOCS +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_XORG= x11 PLIST_FILES= bin/antiwm -PORTDOCS= README LICENSE +PORTDOCS= README + +OPTIONS_DEFINE= DOCS pre-everything:: @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:" @@ -28,7 +31,9 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> diff --git a/x11-wm/antiwm/pkg-descr b/x11-wm/antiwm/pkg-descr index 3174817b1bb9..d72aa257d659 100644 --- a/x11-wm/antiwm/pkg-descr +++ b/x11-wm/antiwm/pkg-descr @@ -2,4 +2,4 @@ AntiWM is a small and simple window manager with a focus on productivity and utility. Inspired by ratpoison, AntiWM is keyboard driven and handles all windows fullscreen. -WWW: http://sourceforge.net/projects/antiwm +WWW: http://sourceforge.net/projects/antiwm/ |