Made up for MAN and PLIST.

This PR was sent as "Upgrade to 2.3.19", which is also sent by
Maintainer and already committed, but the latter has problem with
MAN and PLIST notations.
So I committed this as a fix for current revision.

PR:		ports/19639
Submitted by:	Martti Kuparinen <martti.kuparinen@piuha.net>
This commit is contained in:
SADA Kenji 2000-07-06 16:24:31 +00:00
parent efe7c2d12d
commit 021366bbeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30280
4 changed files with 102 additions and 12 deletions

View file

@ -22,12 +22,14 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_SUB= VER=${PORTVERSION}
MAN1= FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCpp.1 FvwmEvent.1 FvwmForm.1 FvwmIconMan.1 \
FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 \
fvwm2.1 xpmroot.1 FvwmAnimate.1 FvwmAuto.1 \
FvwmIconBox.1 FvwmWinList.1
MAN1= FvwmAuto.1 FvwmAnimate.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \
FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmGtk.1 FvwmIconBox.1 \
FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 FvwmTaskBar.1 \
FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 \
fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-menu-desktop.1 \
fvwm-menu-headlines.1 fvwm2.1 fvwmbug.1 fvwmrc_convert.1 xpmroot.1
post-extract:
@if ! (cd ${WRKDIR}/${DISTNAME} && ${MKDIR} icons && cd icons && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/fvwm_icons.tgz ${EXTRACT_AFTER_ARGS}); then \

View file

@ -1,5 +1,13 @@
bin/FvwmCommand
bin/fvwm-config
bin/fvwm-menu-desktop
bin/fvwm-menu-directory
bin/fvwm-menu-headlines
bin/fvwm-menu-xlock
bin/fvwm2
bin/fvwmbug
bin/xpmroot
bin/xselection
lib/X11/fvwm2/pixmaps/Jlock.xpm
lib/X11/fvwm2/pixmaps/Jnews.xpm
lib/X11/fvwm2/pixmaps/Jrecycle.xpm
@ -351,7 +359,42 @@ libexec/fvwm/%%VER%%/FvwmTheme
libexec/fvwm/%%VER%%/FvwmTile
libexec/fvwm/%%VER%%/FvwmWharf
libexec/fvwm/%%VER%%/FvwmWinList
share/fvwm/ConfigFvwmDefaults
share/fvwm/ConfigFvwmSetup
share/fvwm/ConfigFvwmBacker
share/fvwm/ConfigFvwmButtons
share/fvwm/FormFvwmSetup.
share/fvwm/FormFvwmForm.
share/fvwm/FormFvwmCapture.
share/fvwm/FormFvwmQuitVerify.
share/fvwm/FormFvwmRlogin.
share/fvwm/FormFvwmRootCursor.
share/fvwm/FormFvwmTalk.
share/fvwm/FormFvwmTalkHelp.
share/fvwm/ConfigFvwmIconBox
share/fvwm/ConfigFvwmIconMan
share/fvwm/ConfigFvwmIdent
share/fvwm/ConfigFvwmPager
share/fvwm/ScriptFvwmBellSetup
share/fvwm/ScriptFvwmButtons
share/fvwm/ScriptFvwmColorset
share/fvwm/ScriptFvwmDate
share/fvwm/ScriptFvwmBaseConfig
share/fvwm/ScriptFvwmFileBrowser
share/fvwm/ScriptFvwmFind
share/fvwm/ScriptFvwmKeyboardSetup
share/fvwm/ScriptFvwmPointerSetup
share/fvwm/ScriptFvwmQuit
share/fvwm/ScriptFvwmScreenDump
share/fvwm/ScriptFvwmScreenSetup
share/fvwm/ScriptFvwmSetup95
share/fvwm/script-fvwm-setup95.pl
share/fvwm/ConfigFvwmScroll
share/fvwm/ConfigFvwmTaskBar
share/fvwm/ConfigFvwmWinList
share/fvwm/system.fvwm2rc-sample-95
@dirrm lib/X11/fvwm2/pixmaps
@dirrm lib/X11/fvwm2
@dirrm libexec/fvwm/%%VER%%
@dirrm libexec/fvwm
@dirrm share/fvwm

View file

@ -22,12 +22,14 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_SUB= VER=${PORTVERSION}
MAN1= FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCpp.1 FvwmEvent.1 FvwmForm.1 FvwmIconMan.1 \
FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 \
fvwm2.1 xpmroot.1 FvwmAnimate.1 FvwmAuto.1 \
FvwmIconBox.1 FvwmWinList.1
MAN1= FvwmAuto.1 FvwmAnimate.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \
FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmGtk.1 FvwmIconBox.1 \
FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 FvwmTaskBar.1 \
FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 \
fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-menu-desktop.1 \
fvwm-menu-headlines.1 fvwm2.1 fvwmbug.1 fvwmrc_convert.1 xpmroot.1
post-extract:
@if ! (cd ${WRKDIR}/${DISTNAME} && ${MKDIR} icons && cd icons && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/fvwm_icons.tgz ${EXTRACT_AFTER_ARGS}); then \

View file

@ -1,5 +1,13 @@
bin/FvwmCommand
bin/fvwm-config
bin/fvwm-menu-desktop
bin/fvwm-menu-directory
bin/fvwm-menu-headlines
bin/fvwm-menu-xlock
bin/fvwm2
bin/fvwmbug
bin/xpmroot
bin/xselection
lib/X11/fvwm2/pixmaps/Jlock.xpm
lib/X11/fvwm2/pixmaps/Jnews.xpm
lib/X11/fvwm2/pixmaps/Jrecycle.xpm
@ -351,7 +359,42 @@ libexec/fvwm/%%VER%%/FvwmTheme
libexec/fvwm/%%VER%%/FvwmTile
libexec/fvwm/%%VER%%/FvwmWharf
libexec/fvwm/%%VER%%/FvwmWinList
share/fvwm/ConfigFvwmDefaults
share/fvwm/ConfigFvwmSetup
share/fvwm/ConfigFvwmBacker
share/fvwm/ConfigFvwmButtons
share/fvwm/FormFvwmSetup.
share/fvwm/FormFvwmForm.
share/fvwm/FormFvwmCapture.
share/fvwm/FormFvwmQuitVerify.
share/fvwm/FormFvwmRlogin.
share/fvwm/FormFvwmRootCursor.
share/fvwm/FormFvwmTalk.
share/fvwm/FormFvwmTalkHelp.
share/fvwm/ConfigFvwmIconBox
share/fvwm/ConfigFvwmIconMan
share/fvwm/ConfigFvwmIdent
share/fvwm/ConfigFvwmPager
share/fvwm/ScriptFvwmBellSetup
share/fvwm/ScriptFvwmButtons
share/fvwm/ScriptFvwmColorset
share/fvwm/ScriptFvwmDate
share/fvwm/ScriptFvwmBaseConfig
share/fvwm/ScriptFvwmFileBrowser
share/fvwm/ScriptFvwmFind
share/fvwm/ScriptFvwmKeyboardSetup
share/fvwm/ScriptFvwmPointerSetup
share/fvwm/ScriptFvwmQuit
share/fvwm/ScriptFvwmScreenDump
share/fvwm/ScriptFvwmScreenSetup
share/fvwm/ScriptFvwmSetup95
share/fvwm/script-fvwm-setup95.pl
share/fvwm/ConfigFvwmScroll
share/fvwm/ConfigFvwmTaskBar
share/fvwm/ConfigFvwmWinList
share/fvwm/system.fvwm2rc-sample-95
@dirrm lib/X11/fvwm2/pixmaps
@dirrm lib/X11/fvwm2
@dirrm libexec/fvwm/%%VER%%
@dirrm libexec/fvwm
@dirrm share/fvwm