diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 18:48:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 18:48:16 +0000 |
commit | 4be653e13f7452d468e8ac9f3989e39d240d4ce7 (patch) | |
tree | e5dbc0a248a30453a9e0c5dbcf617086bfd6a915 /net-p2p/transmission-remote-gui | |
parent | cf58836a10eb0670748168f9fc757029ca3a3340 (diff) | |
download | ports-4be653e13f7452d468e8ac9f3989e39d240d4ce7.tar.gz ports-4be653e13f7452d468e8ac9f3989e39d240d4ce7.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-remote-gui')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 96d29ef53ef0..290e6c67a841 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -38,12 +38,11 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 -USE_GNOME= gtk20 gdkpixbuf +USE_GNOME= gtk20 LCL_PLATFORM= gtk2 BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 .endif @@ -67,9 +66,6 @@ do-build: do-install: @cd ${WRKSRC}/units && \ - ${INSTALL_PROGRAM} transgui ${PREFIX}/bin - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} transgui ${STAGEDIR}${PREFIX}/bin .include <bsd.port.post.mk> |