Summary: | [MAINTAINER] sysutils/rclean: support staging | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lapo Luchini <lapo> | ||||
Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lapo | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Lapo Luchini
2014-01-24 17:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. Author: ak Date: Sat Jan 25 05:34:12 2014 New Revision: 340985 URL: http://svnweb.freebsd.org/changeset/ports/340985 QAT: https://qat.redports.org/buildarchive/r340985/ Log: - Support STAGEDIR [1] - Remove gratuitous whitespaces at end of line in pkg-descr - Unmute install command PR: ports/186081 [1] Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Modified: head/sysutils/rclean/Makefile head/sysutils/rclean/pkg-descr Modified: head/sysutils/rclean/Makefile ============================================================================== --- head/sysutils/rclean/Makefile Sat Jan 25 05:06:30 2014 (r340984) +++ head/sysutils/rclean/Makefile Sat Jan 25 05:34:12 2014 (r340985) @@ -12,11 +12,10 @@ COMMENT= Command-line rc.conf ordering a 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> Modified: head/sysutils/rclean/pkg-descr ============================================================================== --- head/sysutils/rclean/pkg-descr Sat Jan 25 05:06:30 2014 (r340984) +++ head/sysutils/rclean/pkg-descr Sat Jan 25 05:34:12 2014 (r340985) @@ -1,5 +1,5 @@ -rclean provides a command-line tool to order and clean content of -rc.conf, using option order from /etc/defaults/rc.conf and printing only +rclean provides a command-line tool to order and clean content of +rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. Output is customizable from "only used values" to "full listing". _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |