aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-18 15:26:50 +0800
committerkrion <krion@FreeBSD.org>2004-08-18 15:26:50 +0800
commit91fcac4e5a7490d5613541226dc317d5547e7cb2 (patch)
treed7c4a5458b6fa235409e5748b04ca027bbfeca88 /x11-wm
parent7a44ea406a64b84cffcb0f4fe712a9838c54f5e4 (diff)
downloadfreebsd-ports-gnome-91fcac4e5a7490d5613541226dc317d5547e7cb2.tar.gz
freebsd-ports-gnome-91fcac4e5a7490d5613541226dc317d5547e7cb2.tar.zst
freebsd-ports-gnome-91fcac4e5a7490d5613541226dc317d5547e7cb2.zip
Add PORTDOCS
PR: ports/70604 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
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>