aboutsummaryrefslogtreecommitdiff
path: root/www/gnome-user-share/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-20 02:27:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-20 02:27:30 +0000
commit622aa382ee0ebce29151af3c964935c02a946f2f (patch)
treea65f88dbf3b3f3a40de4679a5550e4b8be979a8d /www/gnome-user-share/Makefile
parent440c930247399427227890d8d8016e606ee05214 (diff)
downloadports-622aa382ee0ebce29151af3c964935c02a946f2f.tar.gz
ports-622aa382ee0ebce29151af3c964935c02a946f2f.zip
Update to 0.10.
Notes
Notes: svn path=/head/; revision=159978
Diffstat (limited to 'www/gnome-user-share/Makefile')
-rw-r--r--www/gnome-user-share/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
index 544b7652fa10..37a633286c7c 100644
--- a/www/gnome-user-share/Makefile
+++ b/www/gnome-user-share/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gnome-user-share
-PORTVERSION= 0.9
+PORTVERSION= 0.10
CATEGORIES= www deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -22,7 +22,6 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_APACHE= 2.0+
USE_GNOME= gnomeprefix gnomehack intlhack libglade2 gconf2
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -31,6 +30,6 @@ GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
post-patch:
@${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
- ${WRKSRC}/dav_user.conf
+ ${WRKSRC}/dav_user_${APACHE_VERSION:C/([0-9])$/.\1/}.conf
.include <bsd.port.mk>