diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:20:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-15 23:20:29 +0000 |
commit | d3d53cbe926260183a8633572fd89a6f38d896e5 (patch) | |
tree | 56ca52b126008710bb1b7908e2803123097312ed /x11-wm | |
parent | 25a7d82d0cab62e65e3d5825e675b80837daee73 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 46 |
2 files changed, 25 insertions, 27 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index bad98e51d6c0..d38005ef98ff 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -34,17 +34,15 @@ CONFIGURE_ARGS= --enable-i18n --enable-nls \ USE_GNOME= yes CONFIGURE_ARGS+= --with-imlib --without-xpm --with-gnome-menus INSTALL_TARGET= install install-gnome -PLIST_SUB+= GNOME="" .else USE_XPM= yes CONFIGURE_ARGS+= --without-imlib --with-xpm --without-gnome-menus -PLIST_SUB+= GNOME="@comment " .endif .if defined(NOPORTDOCS) -PLIST_SUB+= NODOCS="@comment " +PLIST_SUB+= NODOCS:="@comment " .else -PLIST_SUB+= NODOCS="" +PLIST_SUB+= NODOCS:="" .endif post-install: diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index d2681fbcf28b..051fa6a89d40 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -1,27 +1,27 @@ bin/icewm bin/icewmbg bin/icewmhint -%%NODOCS%%share/doc/icewm/CHANGES -%%NODOCS%%share/doc/icewm/FAQ -%%NODOCS%%share/doc/icewm/INSTALL -%%NODOCS%%share/doc/icewm/README -%%NODOCS%%share/doc/icewm/TODO -%%NODOCS%%share/doc/icewm/icewm-1.html -%%NODOCS%%share/doc/icewm/icewm-10.html -%%NODOCS%%share/doc/icewm/icewm-11.html -%%NODOCS%%share/doc/icewm/icewm-12.html -%%NODOCS%%share/doc/icewm/icewm-13.html -%%NODOCS%%share/doc/icewm/icewm-14.html -%%NODOCS%%share/doc/icewm/icewm-15.html -%%NODOCS%%share/doc/icewm/icewm-2.html -%%NODOCS%%share/doc/icewm/icewm-3.html -%%NODOCS%%share/doc/icewm/icewm-4.html -%%NODOCS%%share/doc/icewm/icewm-5.html -%%NODOCS%%share/doc/icewm/icewm-6.html -%%NODOCS%%share/doc/icewm/icewm-7.html -%%NODOCS%%share/doc/icewm/icewm-8.html -%%NODOCS%%share/doc/icewm/icewm-9.html -%%NODOCS%%share/doc/icewm/icewm.html +%%NODOCS:%%share/doc/icewm/CHANGES +%%NODOCS:%%share/doc/icewm/FAQ +%%NODOCS:%%share/doc/icewm/INSTALL +%%NODOCS:%%share/doc/icewm/README +%%NODOCS:%%share/doc/icewm/TODO +%%NODOCS:%%share/doc/icewm/icewm-1.html +%%NODOCS:%%share/doc/icewm/icewm-10.html +%%NODOCS:%%share/doc/icewm/icewm-11.html +%%NODOCS:%%share/doc/icewm/icewm-12.html +%%NODOCS:%%share/doc/icewm/icewm-13.html +%%NODOCS:%%share/doc/icewm/icewm-14.html +%%NODOCS:%%share/doc/icewm/icewm-15.html +%%NODOCS:%%share/doc/icewm/icewm-2.html +%%NODOCS:%%share/doc/icewm/icewm-3.html +%%NODOCS:%%share/doc/icewm/icewm-4.html +%%NODOCS:%%share/doc/icewm/icewm-5.html +%%NODOCS:%%share/doc/icewm/icewm-6.html +%%NODOCS:%%share/doc/icewm/icewm-7.html +%%NODOCS:%%share/doc/icewm/icewm-8.html +%%NODOCS:%%share/doc/icewm/icewm-9.html +%%NODOCS:%%share/doc/icewm/icewm.html share/icewm/icons/app_16x16.xpm share/icewm/icons/app_32x32.xpm share/icewm/icons/bomb_16x16.xpm @@ -223,7 +223,7 @@ share/locale/ja/LC_MESSAGES/icewm.mo share/locale/pt_BR/LC_MESSAGES/icewm.mo share/locale/ru/LC_MESSAGES/icewm.mo share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo -%%GNOME%%share/gnome/wm-properties/IceWM.desktop +%%GNOME:%%share/gnome/wm-properties/IceWM.desktop @dirrm share/icewm/themes/win95 @dirrm share/icewm/themes/warp4 @dirrm share/icewm/themes/warp3 @@ -237,4 +237,4 @@ share/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo @dirrm share/icewm/ledclock @dirrm share/icewm/icons @dirrm share/icewm -%%NODOCS%%@dirrm share/doc/icewm +%%NODOCS:%%@dirrm share/doc/icewm |