diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-16 07:20:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-16 07:20:29 +0800 |
commit | bd2a682e22f302012742040458ed6f83678aefcf (patch) | |
tree | ca5841e9ae5d4462e8b343ca6f80a20a44781cb9 /x11-wm/icewm | |
parent | c53e9421e9514d26211d12e5c6a3eeca4957d386 (diff) | |
download | freebsd-ports-gnome-bd2a682e22f302012742040458ed6f83678aefcf.tar.gz freebsd-ports-gnome-bd2a682e22f302012742040458ed6f83678aefcf.tar.zst freebsd-ports-gnome-bd2a682e22f302012742040458ed6f83678aefcf.zip |
Add a patch for PLIST_SUB variable.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-wm/icewm')
-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 |