net/tsclient: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
177eb81361
commit
d5ede9d92d
2 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tsclient
|
PORTNAME= tsclient
|
||||||
PORTVERSION= 0.150
|
PORTVERSION= 0.150
|
||||||
PORTREVISION= 12
|
PORTREVISION= 13
|
||||||
CATEGORIES= net gnome
|
CATEGORIES= net gnome
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ RUN_DEPENDS= rdesktop:net/rdesktop
|
||||||
USES= gettext gmake gnome libtool pathfix pkgconfig
|
USES= gettext gmake gnome libtool pathfix pkgconfig
|
||||||
USE_GNOME= gtk20 intltool
|
USE_GNOME= gtk20 intltool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
@ -35,10 +36,6 @@ RUN_DEPENDS+= Xnest:x11-servers/xorg-server@xnest
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e '/^man1dir *=/ s,datadir,prefix,g' \
|
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${LN} -sf tsclient/tsclient.png \
|
@${LN} -sf tsclient/tsclient.png \
|
||||||
${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png
|
${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/tsclient
|
bin/tsclient
|
||||||
libdata/bonobo/servers/GNOME_TSClientApplet.server
|
libdata/bonobo/servers/GNOME_TSClientApplet.server
|
||||||
libexec/tsclient-applet
|
libexec/tsclient-applet
|
||||||
man/man1/tsclient.1.gz
|
share/man/man1/tsclient.1.gz
|
||||||
share/application-registry/tsclient.applications
|
share/application-registry/tsclient.applications
|
||||||
share/applications/tsclient.desktop
|
share/applications/tsclient.desktop
|
||||||
share/locale/ar/LC_MESSAGES/tsclient.mo
|
share/locale/ar/LC_MESSAGES/tsclient.mo
|
||||||
|
|
Loading…
Reference in a new issue