summaryrefslogtreecommitdiffstats
path: root/www/screem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/screem/Makefile')
-rw-r--r--www/screem/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile
index c347d6c3d..258abf044 100644
--- a/www/screem/Makefile
+++ b/www/screem/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= screem
-PORTVERSION= 0.10.1
-PORTREVISION= 3
+PORTVERSION= 0.10.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,7 +38,6 @@ USE_PERL5= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --without-included-neon
-# --with-neon="${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g ; \
@@ -48,4 +47,9 @@ post-patch:
post-configure:
@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
+# HACK: This allows test builds into a temporary directory, but in the REAL world,
+# gconf would have created this directory.
+pre-install:
+ @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults
+
.include <bsd.port.mk>