aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-18 07:26:50 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-18 07:26:50 +0000
commit9c67727ea8cad178b824583473eb6e11c7709754 (patch)
treec981d5d87fe5b8e6dbce04d48580abd2a74b8850 /x11-wm
parenta7c15280164e6d255efcc5a147233a634ec34d51 (diff)
downloadports-9c67727ea8cad178b824583473eb6e11c7709754.tar.gz
ports-9c67727ea8cad178b824583473eb6e11c7709754.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxconf/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/fluxconf/Makefile b/x11-wm/fluxconf/Makefile
index e4249175a236..89a8af89dc58 100644
--- a/x11-wm/fluxconf/Makefile
+++ b/x11-wm/fluxconf/Makefile
@@ -17,4 +17,14 @@ USE_X_PREFIX= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+PORTDOCS= fluxconf.png fluxkeys.png fluxmenu.png index.html
+
+post-install:
+.ifndef (NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>