mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add a patch for PLIST_SUB variable.
Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
This commit is contained in:
parent
25a7d82d0c
commit
d3d53cbe92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37237
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user