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;