diff options
Diffstat (limited to 'x11-wm/antiwm')
-rw-r--r-- | x11-wm/antiwm/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/antiwm/Makefile b/x11-wm/antiwm/Makefile index 1a946f971986..a99e642d6a0e 100644 --- a/x11-wm/antiwm/Makefile +++ b/x11-wm/antiwm/Makefile @@ -7,14 +7,15 @@ CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org -COMMENT= A minimalist window manager inspired by Ratpoison +COMMENT= Minimalist window manager inspired by Ratpoison + +OPTIONS_DEFINE= DOCS USE_XORG= x11 PLIST_FILES= bin/antiwm PORTDOCS= README LICENSE -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can build antiwm with your own conf.h using the ANTIWM_CONF knob:" @${ECHO_MSG} "make ANTIWM_CONF=/path/to/antiwm/conf.h install clean" @@ -25,11 +26,9 @@ post-extract: @${CP} ${ANTIWM_CONF} ${WRKSRC}/conf.h .endif -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |