diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
commit | aca8e2a600efdd2bdc15c5623c1df34ec80a06a3 (patch) | |
tree | 8960c0ab614d5735143e522fb2b38072e7eeba4d /net/gnome-btdownload | |
parent | 9711fe3b69dfd8243957fa9699b0cf85ae134ede (diff) |
Notes
Diffstat (limited to 'net/gnome-btdownload')
-rw-r--r-- | net/gnome-btdownload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnome-btdownload/Makefile b/net/gnome-btdownload/Makefile index 39af645f77a9..61c415a472d3 100644 --- a/net/gnome-btdownload/Makefile +++ b/net/gnome-btdownload/Makefile @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/share/desktop/gnome-btdownload.desktop post-install: - @${X11BASE}/bin/update-desktop-database + @-update-desktop-database .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${DOCS} |