aboutsummaryrefslogtreecommitdiff
path: root/net/tsclient/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /net/tsclient/Makefile
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'net/tsclient/Makefile')
-rw-r--r--net/tsclient/Makefile6
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>