diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 20:46:39 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-28 20:46:39 +0800 |
commit | b33b30947050d7236099e994c6074e8f43c21849 (patch) | |
tree | 5bc21ac2110ac4875b1d24a4735370a51f907577 /net/grdesktop | |
parent | 19d34bb573dbed0d4a86c038ffcaa7218dedf884 (diff) | |
download | freebsd-ports-gnome-b33b30947050d7236099e994c6074e8f43c21849.tar.gz freebsd-ports-gnome-b33b30947050d7236099e994c6074e8f43c21849.tar.zst freebsd-ports-gnome-b33b30947050d7236099e994c6074e8f43c21849.zip |
Stagify a bunch of ports maintained by flz
While here:
- graphics/icoconvert:
* Respect CC
* Use modern LIB_DEPENDS
- net/grdesktop:
* Convert gnomehack to pathfix
- net/ldapsh:
* Use shebangfix instead of custom post-patch target
- net-im/py-jabber:
* Use autoplist
- net-p2p/bnbt:
* Use the options framework
* Convert to dos2unix
* Respect CXX
* Do not renamed base on option
- sysutils/testdisk:
* Update to 6.14
* Use options helpers
* Use modern LIB_DEPENDS
* Convert USE_BZIP2 -> USES=tar:bzip2
Diffstat (limited to 'net/grdesktop')
-rw-r--r-- | net/grdesktop/Makefile | 9 | ||||
-rw-r--r-- | net/grdesktop/pkg-plist | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/grdesktop/Makefile b/net/grdesktop/Makefile index b189a8aed060..6cdfc9b0123c 100644 --- a/net/grdesktop/Makefile +++ b/net/grdesktop/Makefile @@ -14,21 +14,18 @@ COMMENT= GNOME frontend for the remote desktop client (rdesktop) RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop GNU_CONFIGURE= yes -USES= gmake pkgconfig -USE_GNOME= libgnomeui gnomeprefix gnomehack +USES= pathfix gmake pkgconfig +USE_GNOME= libgnomeui gnomeprefix GCONF_SCHEMAS= grdesktop.schemas INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-keymap-path=${LOCALBASE}/share/rdesktop/keymaps -MAN1= grdesktop.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^\(GETTEXT_PACKAGE =\).*|\1 grdesktop|' ${WRKSRC}/po/Makefile.in.in post-install: - @${INSTALL_DATA} ${PREFIX}/share/pixmaps/grdesktop/icon.png ${PREFIX}/share/pixmaps/grdesktop.png + @${INSTALL_DATA} ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop/icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/grdesktop.png .include <bsd.port.mk> diff --git a/net/grdesktop/pkg-plist b/net/grdesktop/pkg-plist index eabd4f9d978e..c6208f979dfa 100644 --- a/net/grdesktop/pkg-plist +++ b/net/grdesktop/pkg-plist @@ -1,4 +1,5 @@ bin/grdesktop +man/man1/grdesktop.1.gz share/application-registry/grdesktop.applications share/applications/grdesktop.desktop share/gnome/help/grdesktop/C/grdesktop.xml |