aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/musca/Makefile
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-04-21 22:27:25 +0800
committerdhn <dhn@FreeBSD.org>2009-04-21 22:27:25 +0800
commit8aa863bb668dbe555ed2c3b811ba59b190d6a89b (patch)
treefcacf43f547743c0122969d678fa9279ac2cd9ba /x11-wm/musca/Makefile
parent773ee4b1031c1e7de2e7d84b92aef830101b1ed2 (diff)
downloadfreebsd-ports-gnome-8aa863bb668dbe555ed2c3b811ba59b190d6a89b.tar.gz
freebsd-ports-gnome-8aa863bb668dbe555ed2c3b811ba59b190d6a89b.tar.zst
freebsd-ports-gnome-8aa863bb668dbe555ed2c3b811ba59b190d6a89b.zip
- Update to 0.9.18
Approved by: miwi (mentor)
Diffstat (limited to 'x11-wm/musca/Makefile')
-rw-r--r--x11-wm/musca/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-wm/musca/Makefile b/x11-wm/musca/Makefile
index 1a10b753d1cb..4d05a8ae90cf 100644
--- a/x11-wm/musca/Makefile
+++ b/x11-wm/musca/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= musca
-PORTVERSION= 0.9.15
+PORTVERSION= 0.9.18
CATEGORIES= x11-wm
MASTER_SITES= http://aerosuidae.net/ \
http://mirror.mcx2.org/
@@ -20,7 +20,7 @@ RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu
USE_XORG= x11
PLIST_FILES= bin/musca
-PORTDOCS= readme.txt
+MAN1= musca.1
pre-everything::
@${ECHO_MSG} "You can build musca with your own config.h using the MUSCA_CONF knob:"
@@ -34,10 +34,6 @@ post-extract:
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>