diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 10:18:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 10:18:31 +0800 |
commit | 70068f126823ebf85d110ec69faaa56f3d73571b (patch) | |
tree | 3073a5607bb4bd4ed003fa2b4a5d70a10078d82a /net | |
parent | 9600190920da3987f4508e040dcdf374d6311cf2 (diff) | |
download | freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.tar.gz freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.tar.zst freebsd-ports-gnome-70068f126823ebf85d110ec69faaa56f3d73571b.zip |
Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
Diffstat (limited to 'net')
-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} |