summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-29 00:13:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-29 00:13:38 +0000
commitd723c725975c8f92bef32e0f1950bcc79f0eeb87 (patch)
tree79a04b6e4b73c3f612e0e844daffa3b213928a62 /net
parent- Convert to staging (diff)
- Convert to staging.
Notes
Notes: svn path=/head/; revision=328636
Diffstat (limited to 'net')
-rw-r--r--net/xrdesktop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/xrdesktop/Makefile b/net/xrdesktop/Makefile
index ed5e9150503a..ae8bcc7afc65 100644
--- a/net/xrdesktop/Makefile
+++ b/net/xrdesktop/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= net
MASTER_SITES= http://luggage.linux0wnsyou.com/xrdesktop/
MAINTAINER= eadler@FreeBSD.org
-COMMENT= p5-Gtk frontend to rdesktop
+COMMENT= GTK frontend to rdesktop
RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop \
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
@@ -18,8 +18,7 @@ USES= perl5
PLIST_FILES= bin/xrdesktop
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>