diff options
Diffstat (limited to 'net/gnome-btdownload/Makefile')
-rw-r--r-- | net/gnome-btdownload/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile index 15c4c3fe69df..39af645f77a9 100644 --- a/net/gnome-btdownload/Makefile +++ b/net/gnome-btdownload/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome-btdownload -PORTVERSION= 0.0.16 +PORTVERSION= 0.0.17 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,7 +22,7 @@ USE_GMAKE= yes USE_PYTHON= yes USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix pygnome2 +USE_GNOME= gnomehack gnomeprefix pygnome2 desktopfileutils GNU_CONFIGURE= yes MAN1= gnome-btdownload.1 @@ -31,9 +31,12 @@ DOCS= AUTHORS COPYING ChangeLog README post-patch: @${REINPLACE_CMD} -e 's|%%X11PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/src/${PORTNAME} + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' \ + ${WRKSRC}/share/desktop/gnome-btdownload.desktop -.ifndef (NOPORTDOCS) post-install: + @${X11BASE}/bin/update-desktop-database +.ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |