diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-29 08:13:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-29 08:13:38 +0800 |
commit | cca22a10c2e51f97b9c48ac8f59acb64d3b3ad80 (patch) | |
tree | 79a04b6e4b73c3f612e0e844daffa3b213928a62 /net/xrdesktop | |
parent | cb78bddc18ead19b3776884e2b8648133725558b (diff) | |
download | freebsd-ports-gnome-cca22a10c2e51f97b9c48ac8f59acb64d3b3ad80.tar.gz freebsd-ports-gnome-cca22a10c2e51f97b9c48ac8f59acb64d3b3ad80.tar.zst freebsd-ports-gnome-cca22a10c2e51f97b9c48ac8f59acb64d3b3ad80.zip |
- Convert to staging.
Diffstat (limited to 'net/xrdesktop')
-rw-r--r-- | net/xrdesktop/Makefile | 5 |
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> |