summaryrefslogtreecommitdiffstats
path: root/x11-wm/lwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/lwm/Makefile')
-rw-r--r--x11-wm/lwm/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile
index 53b767d..6c7f077 100644
--- a/x11-wm/lwm/Makefile
+++ b/x11-wm/lwm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lwm
-PORTVERSION= 1.01
+PORTVERSION= 1.2.0
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/james/
@@ -16,4 +16,12 @@ COMMENT= A lightweight window manager
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in AUTHORS BUGS ChangeLog README TODO
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud