aboutsummaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-18 19:37:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-18 19:37:02 +0000
commit3932b92b1878a5b74920d047749f4fe31cd622d1 (patch)
treef7d2f9a3c4224e468f85987f5522e6493709b2e0 /devel/oaf
parent78dad6dee3e49bb36be8e446ac497ae9888c8dd5 (diff)
downloadports-3932b92b1878a5b74920d047749f4fe31cd622d1.tar.gz
ports-3932b92b1878a5b74920d047749f4fe31cd622d1.zip
Fix oaf-slay.
Reported by: Nick Jennings <nkj@namodn.com>
Notes
Notes: svn path=/head/; revision=68274
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/Makefile1
-rw-r--r--devel/oaf/files/patch-test_oaf-slay.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index d225d41a1f9d..2669719b6c97 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= oaf
PORTVERSION= 0.6.10
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/oaf/0.6
diff --git a/devel/oaf/files/patch-test_oaf-slay.in b/devel/oaf/files/patch-test_oaf-slay.in
new file mode 100644
index 000000000000..bd5f51b50cc0
--- /dev/null
+++ b/devel/oaf/files/patch-test_oaf-slay.in
@@ -0,0 +1,11 @@
+--- test/oaf-slay.in.orig Fri Oct 18 15:33:00 2002
++++ test/oaf-slay.in Fri Oct 18 15:33:12 2002
+@@ -51,7 +51,7 @@
+
+ # get OAF files
+ #
+-@oaf_dirs = ( "@prefix@/share/oaf" );
++@oaf_dirs = ( "@datadir@/oaf" );
+ foreach $dir (split(':', $ENV{'OAF_INFO_PATH'})) {
+ if (-d $dir) {
+ push @oaf_dirs, $dir;