ports/186081: [MAINTAINER] sysutils/rclean: support staging

Lapo Luchini lapo at lapo.it
Fri Jan 24 17:50:01 UTC 2014


>Number:         186081
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/rclean: support staging
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 17:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lapo.andxor.it 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
Support staging.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- rclean-1.14.patch begins here ---
diff -ruN /usr/ports/sysutils/rclean/Makefile ./Makefile
--- /usr/ports/sysutils/rclean/Makefile	2014-01-22 18:00:46.000000000 +0100
+++ ./Makefile	2014-01-24 18:21:21.501691818 +0100
@@ -12,11 +12,10 @@
 PLIST_FILES=	bin/rclean
 USE_BZIP2=	yes
 
-NO_STAGE=	yes
 do-build:
 	@(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>
--- rclean-1.14.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list