diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-14 13:12:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-14 13:12:37 +0000 |
commit | dce57c74ad43f7842e3a3f6dea877f58c5bddb05 (patch) | |
tree | d3f4781def26e2d33b0bec882d5c11300fb6c5f6 /x11-wm | |
parent | b8c0db0a0d16416d5e86e646ff5ac233ae141da1 (diff) | |
download | ports-dce57c74ad43f7842e3a3f6dea877f58c5bddb05.tar.gz ports-dce57c74ad43f7842e3a3f6dea877f58c5bddb05.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fbdesk/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/fbdesk/Makefile b/x11-wm/fbdesk/Makefile index aaf58e00c30f..bb2f979e86f3 100644 --- a/x11-wm/fbdesk/Makefile +++ b/x11-wm/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> |