diff options
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 2b2349466..3290a3aa8 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,9 +7,11 @@ # PORTNAME= midori -PORTVERSION= 0.2.7 +PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= www xfce -MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/${PORTVERSION:R}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 MAINTAINER= kwm@FreeBSD.org @@ -33,7 +35,7 @@ MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_PYTHON_BUILD= yes USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig +USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig desktopfileutils USE_XORG= xscrnsaver INSTALLS_ICONS= yes USE_LDCONFIG= yes @@ -74,6 +76,7 @@ PLIST_SUB+= APIDOCS="@comment " .endif post-install: + @-update-desktop-database .if defined(WITH_APIDOCS) ${MKDIR} ${DOCSDIR}/api/katze/html ${MKDIR} ${DOCSDIR}/api/midori/html |