svn commit: r340985 - head/sysutils/rclean

Alex Kozlov ak at FreeBSD.org
Sat Jan 25 05:34:13 UTC 2014


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 at 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".
 


More information about the svn-ports-all mailing list