Fix oaf-slay.

Reported by:	Nick Jennings <nkj@namodn.com>
This commit is contained in:
Joe Marcus Clarke 2002-10-18 19:37:02 +00:00
parent 78dad6dee3
commit 3932b92b18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68274
2 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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;