diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-29 02:18:31 +0000 |
commit | 70068f126823ebf85d110ec69faaa56f3d73571b (patch) | |
tree | 3073a5607bb4bd4ed003fa2b4a5d70a10078d82a /net-p2p | |
parent | 9600190920da3987f4508e040dcdf374d6311cf2 (diff) | |
download | FreeBSD-ports-70068f126823ebf85d110ec69faaa56f3d73571b.zip FreeBSD-ports-70068f126823ebf85d110ec69faaa56f3d73571b.tar.gz |
Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnome-btdownload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnome-btdownload/Makefile b/net-p2p/gnome-btdownload/Makefile index 39af645..61c415a 100644 --- a/net-p2p/gnome-btdownload/Makefile +++ b/net-p2p/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} |