diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-07 16:37:10 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-08-07 16:37:10 +0000 |
commit | 11247887a6b2b42badef2330f9c97ed965b5258a (patch) | |
tree | 443732e8a9cedbe03e857ebf2a16200bfa72874e /net-p2p/transmission-gtk2 | |
parent | 29746064208ffc7293d5d56a5ac7b59fc976a78d (diff) |
Notes
Diffstat (limited to 'net-p2p/transmission-gtk2')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-plist | 7 |
2 files changed, 5 insertions, 9 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 59804f3afd67..32757c672de7 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -gtk2 COMMENT= A free BitTorrent client written from scratch in C with GTK+2 @@ -15,9 +15,10 @@ PLIST= ${.CURDIR}/pkg-plist USE_XLIB= yes USE_GNOME= gtk20 desktopfileutils -SLAVE_TRANS= yes +SLAVE_TRANS= gtk2 USE_GETTEXT= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --disable-daemon MAN1= transmission-gtk.1 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} diff --git a/net-p2p/transmission-gtk2/pkg-plist b/net-p2p/transmission-gtk2/pkg-plist index 5f6a936230ca..8b1e25f0ffde 100644 --- a/net-p2p/transmission-gtk2/pkg-plist +++ b/net-p2p/transmission-gtk2/pkg-plist @@ -9,17 +9,12 @@ share/locale/es/LC_MESSAGES/transmission-gtk.mo share/locale/fi/LC_MESSAGES/transmission-gtk.mo share/locale/fr/LC_MESSAGES/transmission-gtk.mo share/locale/it/LC_MESSAGES/transmission-gtk.mo +share/locale/nl/LC_MESSAGES/transmission-gtk.mo share/locale/pl/LC_MESSAGES/transmission-gtk.mo share/locale/ro/LC_MESSAGES/transmission-gtk.mo share/locale/ru/LC_MESSAGES/transmission-gtk.mo share/locale/sv/LC_MESSAGES/transmission-gtk.mo share/pixmaps/transmission.png -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |