aboutsummaryrefslogtreecommitdiff
path: root/devel/oaf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r--devel/oaf/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 753de7f3dba8..262806411867 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= oaf
-PORTVERSION= 0.6.5
-PORTREVISION= 1
+PORTVERSION= 0.6.6
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= unstable/sources/oaf
+MASTER_SITE_SUBDIR= stable/sources/oaf
MAINTAINER= gnome@FreeBSD.org
@@ -19,7 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GLIB= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_GNOMELIBS= yes
CONFIGURE_ARGS= --enable-static --enable-shared \
@@ -30,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'