summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-20 15:01:43 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-20 15:01:43 +0000
commit2e7223edec9a534ac30f8e4c0fcb3ed9ca81bfd4 (patch)
treec7673c79b4f7fd652d49180907fd60e1da0caae2 /x11-wm
parentConvert to OptionsNG (diff)
Convert to OptionsNG
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306183
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 065bacb19204..ddfd8dc3ac56 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -112,7 +112,7 @@ post-install:
.for dir in taskbar themes/Infadel2/taskbar
@${LN} -sf ${STARTUP_PIXMAP} ${DATADIR}/${dir}/start.xpm
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
. for f in CHANGES INSTALL README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}