aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/emelfm2/files/patch-Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-10 03:53:42 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-10 03:53:42 +0000
commitff5be01f384ee59baa3618fd1125e7693a19d2fd (patch)
tree7eff2e05e087fc0dea875f59fac8cc3a9d7b8fe6 /x11-fm/emelfm2/files/patch-Makefile
parent31eac236a5606e8f85159bcd8825782fd435d955 (diff)
downloadports-ff5be01f384ee59baa3618fd1125e7693a19d2fd.tar.gz
ports-ff5be01f384ee59baa3618fd1125e7693a19d2fd.zip
Notes
Diffstat (limited to 'x11-fm/emelfm2/files/patch-Makefile')
-rw-r--r--x11-fm/emelfm2/files/patch-Makefile29
1 files changed, 23 insertions, 6 deletions
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile
index d857c533e5ef..a5f06629858e 100644
--- a/x11-fm/emelfm2/files/patch-Makefile
+++ b/x11-fm/emelfm2/files/patch-Makefile
@@ -1,17 +1,34 @@
---- Makefile.orig Tue Sep 13 02:06:53 2005
-+++ Makefile Wed Sep 14 19:42:41 2005
-@@ -124,10 +124,10 @@
+--- Makefile.orig Thu Jul 27 02:20:13 2006
++++ Makefile Mon Aug 7 23:26:10 2006
+@@ -57,7 +57,7 @@
+ endif
+ ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/
+ LOCALE_DIR ?= $(PREFIX)/share/locale/
+-MAN_DIR ?= $(PREFIX)/share/man/man1/
++MAN_DIR ?= $(PREFIX)/man/man1/
+
+ OBJECTS_DIR = objs
+ # object directories that have to be created
+@@ -148,10 +148,10 @@
ifeq ($(USE_FAM),1)
- lLDFLAGS += -lfam
+ lLIBS += -lfam
endif
-ifeq ($(OPSY),FreeBSD)
- OSREL = $(shell sysctl -n kern.osreldate)
-- lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
+- lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
-endif
+#ifeq ($(OPSY),FreeBSD)
+# OSREL = $(shell sysctl -n kern.osreldate)
-+# lLDFLAGS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
++# lLIBS += $(shell if test $(OSREL) -lt 500041 ; then echo "-lgnugetopt"; fi)
+#endif
.PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \
clean deps marshals gettext i18n install_i18n uninstall_i18n \
+@@ -176,7 +176,6 @@
+ done
+ @install -d $(MAN_DIR)
+ @install -m 644 docs/$(TARGET).1 $(MAN_DIR);
+- @bzip2 -f $(MAN_DIR)$(TARGET).1;
+
+ ifeq ($(XGD_INTEGRATION), 1)
+ @install -d $(XGD_DESKTOP_DIR)