ports/182910: Support staging for astro/xearth.

Mathieu Arnold mat at FreeBSD.org
Fri Oct 11 19:00:00 UTC 2013


>Number:         182910
>Category:       ports
>Synopsis:       Support staging for astro/xearth.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 11 19:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.1-RELEASE-p4 i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386

>Description:
>How-To-Repeat:
>Fix:

--- astro_xearth.diff begins here ---
Index: astro/xearth/Makefile
===================================================================
--- astro/xearth/Makefile	(revision 330095)
+++ astro/xearth/Makefile	(working copy)
@@ -12,20 +12,19 @@
 
 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>
--- astro_xearth.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list