1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix package removal problems due to missing man page symlinks in packing

list.
This commit is contained in:
Cy Schubert 2002-09-09 14:04:12 +00:00
parent 5845eae090
commit 6a6d662709
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65917
6 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- fvwm/Makefile.in.orig Sun Aug 11 08:10:41 2002
+++ fvwm/Makefile.in Mon Sep 9 06:47:19 2002
@@ -654,8 +654,8 @@
echo "Warning: $(bindir)/fvwm symlink was not created"
install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1 || true
- @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \
+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true
+ @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \
echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created"
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -0,0 +1,13 @@
--- utils/Makefile.in.orig Sun Aug 11 08:10:50 2002
+++ utils/Makefile.in Mon Sep 9 06:46:39 2002
@@ -478,8 +478,8 @@
echo "Warning: $(bindir)/fvwm-root symlink was not created"
install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1 || true
- @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1 $(DESTDIR)$(mandir)/man1/fvwm-root.1 || \
+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || true
+ @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1.gz $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || \
echo "Warning: $(mandir)/man1/fvwm-root.1 symlink was not created"
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -48,6 +48,10 @@ libexec/fvwm/%%FVWM_VERSION%%/FvwmTheme
libexec/fvwm/%%FVWM_VERSION%%/FvwmTile
libexec/fvwm/%%FVWM_VERSION%%/FvwmWharf
libexec/fvwm/%%FVWM_VERSION%%/FvwmWinList
@comment The following are here because they are symlinks
man/man1/fvwm.1.gz
man/man1/fvwm-root.1.gz
@comment End of symlink list
share/fvwm2/pixmaps/Jlock.xpm
share/fvwm2/pixmaps/Jnews.xpm
share/fvwm2/pixmaps/Jrecycle.xpm

View File

@ -0,0 +1,13 @@
--- fvwm/Makefile.in.orig Sun Aug 11 08:10:41 2002
+++ fvwm/Makefile.in Mon Sep 9 06:47:19 2002
@@ -654,8 +654,8 @@
echo "Warning: $(bindir)/fvwm symlink was not created"
install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1 || true
- @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \
+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1.gz || true
+ @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1.gz $(DESTDIR)$(mandir)/man1/fvwm.1.gz || \
echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created"
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -0,0 +1,13 @@
--- utils/Makefile.in.orig Sun Aug 11 08:10:50 2002
+++ utils/Makefile.in Mon Sep 9 06:46:39 2002
@@ -478,8 +478,8 @@
echo "Warning: $(bindir)/fvwm-root symlink was not created"
install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1 || true
- @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1 $(DESTDIR)$(mandir)/man1/fvwm-root.1 || \
+ @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || true
+ @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1.gz $(DESTDIR)$(mandir)/man1/fvwm-root.1.gz || \
echo "Warning: $(mandir)/man1/fvwm-root.1 symlink was not created"
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -48,6 +48,10 @@ libexec/fvwm/%%FVWM_VERSION%%/FvwmTheme
libexec/fvwm/%%FVWM_VERSION%%/FvwmTile
libexec/fvwm/%%FVWM_VERSION%%/FvwmWharf
libexec/fvwm/%%FVWM_VERSION%%/FvwmWinList
@comment The following are here because they are symlinks
man/man1/fvwm.1.gz
man/man1/fvwm-root.1.gz
@comment End of symlink list
share/fvwm2/pixmaps/Jlock.xpm
share/fvwm2/pixmaps/Jnews.xpm
share/fvwm2/pixmaps/Jrecycle.xpm