aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-10 02:01:48 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-10 02:01:48 +0000
commitcde51141657791740bd96d27dd4e78dab81ecd6d (patch)
tree3898ad00eae724e6b75f77be423dc4c8c820b443 /x11-wm
parentc23e198f161409cb282b0262da89cc87d475e326 (diff)
downloadports-cde51141657791740bd96d27dd4e78dab81ecd6d.tar.gz
ports-cde51141657791740bd96d27dd4e78dab81ecd6d.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/larswm/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile
index 69ee253f547a..2b6d8fbe55d1 100644
--- a/x11-wm/larswm/Makefile
+++ b/x11-wm/larswm/Makefile
@@ -13,20 +13,16 @@ COMMENT= Tiling Window Manager for X
USES= imake
USE_XORG= ice sm x11 xext xmu xt
-MAN1= larsclock.1 larsmenu.1 larsremote.1 larswm.1
PORTDOCS= ChangeLog README README.9menu README.9wm \
sample.larswmrc sample.xsession
-PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
+ man/man1/larsclock.1.gz man/man1/larsmenu.1.gz \
+ man/man1/larsremote.1.gz man/man1/larswm.1.gz
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} $(WRKSRC)/${file} ${DOCSDIR}
+ ${INSTALL_DATA} $(WRKSRC)/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>