diff options
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r-- | net/tsclient/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index f84cf4c081a9..efb11d77288a 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= tsclient PORTVERSION= 0.148 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= http://www.gnomepro.com/tsclient/ @@ -44,7 +44,7 @@ post-patch: ${WRKSRC}/configure post-install: - @${LN} -sf ${PREFIX}/share/gnome/pixmaps/tsclient/tsclient.png \ - ${PREFIX}/share/gnome/pixmaps/tsclient.png + @${LN} -sf ${PREFIX}/share/pixmaps/tsclient/tsclient.png \ + ${PREFIX}/share/pixmaps/tsclient.png .include <bsd.port.mk> |