svn commit: r328636 - head/net/xrdesktop

Eitan Adler eadler at FreeBSD.org
Sun Sep 29 00:13:38 UTC 2013


Author: eadler
Date: Sun Sep 29 00:13:38 2013
New Revision: 328636
URL: http://svnweb.freebsd.org/changeset/ports/328636

Log:
  - Convert to staging.

Modified:
  head/net/xrdesktop/Makefile

Modified: head/net/xrdesktop/Makefile
==============================================================================
--- head/net/xrdesktop/Makefile	Sun Sep 29 00:07:26 2013	(r328635)
+++ head/net/xrdesktop/Makefile	Sun Sep 29 00:13:38 2013	(r328636)
@@ -8,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://luggage.linux0wnsyou.com/xrdesktop/
 
 MAINTAINER=	eadler at 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>


More information about the svn-ports-all mailing list