aboutsummaryrefslogtreecommitdiff
path: root/x11/fbdesk
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-14 13:12:37 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-14 13:12:37 +0000
commitdce57c74ad43f7842e3a3f6dea877f58c5bddb05 (patch)
treed3f4781def26e2d33b0bec882d5c11300fb6c5f6 /x11/fbdesk
parentb8c0db0a0d16416d5e86e646ff5ac233ae141da1 (diff)
downloadports-dce57c74ad43f7842e3a3f6dea877f58c5bddb05.tar.gz
ports-dce57c74ad43f7842e3a3f6dea877f58c5bddb05.zip
Install documentation
Based on PR: ports/69045 Submitted by: Roman Bogorodskiy (maintainer)
Notes
Notes: svn path=/head/; revision=113646
Diffstat (limited to 'x11/fbdesk')
-rw-r--r--x11/fbdesk/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile
index aaf58e00c30f..bb2f979e86f3 100644
--- a/x11/fbdesk/Makefile
+++ b/x11/fbdesk/Makefile
@@ -20,6 +20,8 @@ PLIST_FILES= bin/fbdesk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+PORTDOCS= COPYING ChangeLog INSTALL README
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
@@ -29,4 +31,12 @@ post-patch:
${WRKSRC}/src/FbTk/Timer.hh
.endif
+post-install:
+.ifndef (NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.post.mk>