diff options
author | eadler <eadler@FreeBSD.org> | 2013-12-07 13:34:49 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-12-07 13:34:49 +0800 |
commit | 101e8fd451dc789f0fd9ad5f740dbc7808787d0e (patch) | |
tree | d53e192bd2848284e72a3bd655d95d02949e9029 /x11-wm/icewm | |
parent | ee76619edfead2dc1290018ed8ad5b4d5d85c693 (diff) | |
download | freebsd-ports-gnome-101e8fd451dc789f0fd9ad5f740dbc7808787d0e.tar.gz freebsd-ports-gnome-101e8fd451dc789f0fd9ad5f740dbc7808787d0e.tar.zst freebsd-ports-gnome-101e8fd451dc789f0fd9ad5f740dbc7808787d0e.zip |
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index dc2002bcbc00..6772e2f4f19c 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -110,12 +110,10 @@ post-install: .for dir in taskbar themes/Infadel2/taskbar @${LN} -s ${STARTUP_PIXMAP} ${STAGEDIR}${DATADIR}/${dir}/start.xpm .endfor -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} . for f in CHANGES INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} . endfor ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.post.mk> |