Skip to content

Commit

Permalink
net/tsclient: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 177eb81 commit d5ede9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions net/tsclient/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tsclient
PORTVERSION= 0.150
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= net gnome
MASTER_SITES= SF

Expand All @@ -13,6 +13,7 @@ RUN_DEPENDS= rdesktop:net/rdesktop
USES= gettext gmake gnome libtool pathfix pkgconfig
USE_GNOME= gtk20 intltool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-gnome
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
Expand All @@ -35,10 +36,6 @@ RUN_DEPENDS+= Xnest:x11-servers/xorg-server@xnest

.include <bsd.port.pre.mk>

post-patch:
@${REINPLACE_CMD} -e '/^man1dir *=/ s,datadir,prefix,g' \
${WRKSRC}/Makefile.in

post-install:
@${LN} -sf tsclient/tsclient.png \
${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png
Expand Down
2 changes: 1 addition & 1 deletion net/tsclient/pkg-plist
@@ -1,7 +1,7 @@
bin/tsclient
libdata/bonobo/servers/GNOME_TSClientApplet.server
libexec/tsclient-applet
man/man1/tsclient.1.gz
share/man/man1/tsclient.1.gz
share/application-registry/tsclient.applications
share/applications/tsclient.desktop
share/locale/ar/LC_MESSAGES/tsclient.mo
Expand Down

0 comments on commit d5ede9d

Please sign in to comment.