aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/antiwm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 08:46:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 08:46:09 +0000
commite9629e38f62664d5a284ae37d9d1bfd9382008e9 (patch)
treee1825d08c44e4042ee64dfa0d00cb24b46222e08 /x11-wm/antiwm
parent3c6b7d1811206a041987065015dc8fef69d47579 (diff)
downloadports-e9629e38f62664d5a284ae37d9d1bfd9382008e9.tar.gz
ports-e9629e38f62664d5a284ae37d9d1bfd9382008e9.zip
Notes
Diffstat (limited to 'x11-wm/antiwm')
-rw-r--r--x11-wm/antiwm/Makefile15
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>