aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2-devel/files
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2002-09-12 04:34:33 +0800
committercy <cy@FreeBSD.org>2002-09-12 04:34:33 +0800
commit33cc4dca147e7c86137e6b232c4da24646d359c2 (patch)
treeadeceb490df561a44e65280cd13932b744f39863 /x11-wm/fvwm2-devel/files
parent4a67fcd3e0813778469aaf3cded3214786819a7d (diff)
downloadfreebsd-ports-gnome-33cc4dca147e7c86137e6b232c4da24646d359c2.tar.gz
freebsd-ports-gnome-33cc4dca147e7c86137e6b232c4da24646d359c2.tar.zst
freebsd-ports-gnome-33cc4dca147e7c86137e6b232c4da24646d359c2.zip
Merge changes made to fvwm2 port:
- Pkg-plist should reflect that FvwmGtk is installed only when GTK is detected. - Fix package build and package deinstall when not using GNOME.
Diffstat (limited to 'x11-wm/fvwm2-devel/files')
-rw-r--r--x11-wm/fvwm2-devel/files/patch-bin::Makefile.in15
-rw-r--r--x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in15
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in b/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in
new file mode 100644
index 000000000000..5dc707c36c48
--- /dev/null
+++ b/x11-wm/fvwm2-devel/files/patch-bin::Makefile.in
@@ -0,0 +1,15 @@
+--- bin/Makefile.in.orig Sun Aug 25 04:34:30 2002
++++ bin/Makefile.in Tue Sep 10 10:26:39 2002
+@@ -511,9 +511,9 @@
+ echo "Minor warning: $(bindir)/xpmroot symlink was not created"
+
+ install-data-local:
+- @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1
+- @$(LN_S) fvwm-root.1 $(DESTDIR)$(mandir)/man1/xpmroot.1 || \
+- echo "Minor warning: $(mandir)/man1/xpmroot.1 symlink was not created"
++ @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1.gz
++ @$(LN_S) fvwm-root.1.gz $(DESTDIR)$(mandir)/man1/xpmroot.1.gz || \
++ echo "Minor warning: $(mandir)/man1/xpmroot.1.gz symlink was not created"
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in
new file mode 100644
index 000000000000..0d4abd14687c
--- /dev/null
+++ b/x11-wm/fvwm2-devel/files/patch-fvwm::Makefile.in
@@ -0,0 +1,15 @@
+--- fvwm/Makefile.in.orig Sun Aug 25 04:34:20 2002
++++ fvwm/Makefile.in Tue Sep 10 10:21:40 2002
+@@ -919,9 +919,9 @@
+ echo "Minor warning: $(bindir)/fvwm2 symlink was not created"
+
+ install-data-local:
+- @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1
+- @$(LN_S) fvwm.1 $(DESTDIR)$(mandir)/man1/fvwm2.1 || \
+- echo "Minor warning: $(mandir)/man1/fvwm2.1 symlink was not created"
++ @rm -f $(DESTDIR)$(mandir)/man1/fvwm2.1.gz
++ @$(LN_S) fvwm.1.gz $(DESTDIR)$(mandir)/man1/fvwm2.1.gz || \
++ echo "Minor warning: $(mandir)/man1/fvwm2.1.gz symlink was not created"
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.