Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 14:23:29 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330402 - head/astro/xearth
Message-ID:  <201310151423.r9FENTdG059991@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Oct 15 14:23:29 2013
New Revision: 330402
URL: http://svnweb.freebsd.org/changeset/ports/330402

Log:
  Support staging.
  
  PR:		ports/182910
  Submitted by:	mat (me)
  Approved by:	maintainer

Modified:
  head/astro/xearth/Makefile

Modified: head/astro/xearth/Makefile
==============================================================================
--- head/astro/xearth/Makefile	Tue Oct 15 14:23:28 2013	(r330401)
+++ head/astro/xearth/Makefile	Tue Oct 15 14:23:29 2013	(r330402)
@@ -12,20 +12,19 @@ COMMENT=	Set the root window to the imag
 
 USE_XORG=	x11 xext sm ice xt
 USE_XZ=		yes
-NO_STAGE=	yes
-MAN1=		xearth.1
 PLIST_FILES=	bin/xearth \
+		man/man1/xearth.1.gz \
 		lib/X11/xearth/freebsd.committers.markers \
 		lib/X11/xearth/freebsd.ftp.markers
 PLIST_DIRS=	lib/X11/xearth
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1
-	@${MKDIR} ${PREFIX}/lib/X11/xearth
+	@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin
+	@${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth
 # Copy the list of FreeBSD sites & committers locations
 .for marker in freebsd.committers.markers freebsd.ftp.markers
-	@${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth
+	@${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth
 .endfor
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151423.r9FENTdG059991>