summaryrefslogtreecommitdiffstats
path: root/sysutils/gupsc/files/patch-Makefile.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:55:13 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 03:55:13 +0800
commit43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64 (patch)
tree5dd98a04d23e1ad293431b22086bc81e8e05ffec /sysutils/gupsc/files/patch-Makefile.in
parent4ff9c17723147418c1a803ae69168680a78ac1d0 (diff)
downloadmarcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar.gz
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar.bz2
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar.lz
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar.xz
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.tar.zst
marcuscom-ports-43a4dfbf89b68c275df4403ff8b5eb3b64ce9e64.zip
- Make LOCALBASE safe. This port is not PREFIX safe but this is not
GNOME's fault. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7558 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gupsc/files/patch-Makefile.in')
-rw-r--r--sysutils/gupsc/files/patch-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gupsc/files/patch-Makefile.in b/sysutils/gupsc/files/patch-Makefile.in
new file mode 100644
index 000000000..4929a3fe6
--- /dev/null
+++ b/sysutils/gupsc/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/sysutils/gupsc/files/patch-Makefile.in,v 1.1 2002/05/13 12:50:41 sobomax Exp $
+
+--- Makefile.in 2002/05/13 12:37:29 1.1
++++ Makefile.in 2002/05/13 12:37:39
+@@ -109,7 +109,7 @@
+
+ SUBDIRS = intl po macros src
+
+-Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/gnome/apps/System
++Applicationsdir = $(shell $(GNOME_CONFIG) --datadir)/apps/System
+ Applications_DATA = gupsc.desktop
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs