mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix oaf-slay.
Reported by: Nick Jennings <nkj@namodn.com>
This commit is contained in:
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
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= oaf
|
PORTNAME= oaf
|
||||||
PORTVERSION= 0.6.10
|
PORTVERSION= 0.6.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= sources/oaf/0.6
|
MASTER_SITE_SUBDIR= sources/oaf/0.6
|
||||||
|
|
11
devel/oaf/files/patch-test_oaf-slay.in
Normal file
11
devel/oaf/files/patch-test_oaf-slay.in
Normal 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;
|
Loading…
Add table
Reference in a new issue