diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-26 23:26:59 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-26 23:26:59 +0000 |
commit | 33891085ec19204ff00ee03fb0aa0d7e5af68cc9 (patch) | |
tree | a13d32cf1968e18d869ae3515a7aee0176f50bdd /x11-wm/icewm/Makefile | |
parent | ec8fa0b033fa65592b5d7b92a017d32c5a686617 (diff) | |
download | FreeBSD-ports-33891085ec19204ff00ee03fb0aa0d7e5af68cc9.zip FreeBSD-ports-33891085ec19204ff00ee03fb0aa0d7e5af68cc9.tar.gz |
- Fix compilation error
- Fix NOPORTDOCS handling
PR: ports/26103
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 689bac6..fa4b9f1 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -41,12 +41,6 @@ USE_XPM= yes CONFIGURE_ARGS+= --without-imlib --with-xpm --without-gnome-menus .endif -.if defined(NOPORTDOCS) -PLIST_SUB+= NODOCS:="@comment " -.else -PLIST_SUB+= NODOCS:="" -.endif - post-install: ${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar .if !defined(NOPORTDOCS) |