aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rclean
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-01-25 05:34:12 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-01-25 05:34:12 +0000
commit0c2b502abc86d75a5ae72be40d279c072e955c3b (patch)
tree8fc44c1a2f25b8d5703a8836d73ee8c9b5cbf4a8 /sysutils/rclean
parentba2721f01c77afdf34900131cd009fd9e6adcafa (diff)
Notes
Diffstat (limited to 'sysutils/rclean')
-rw-r--r--sysutils/rclean/Makefile3
-rw-r--r--sysutils/rclean/pkg-descr4
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/rclean/Makefile b/sysutils/rclean/Makefile
index acc5fb3afedc..05dfa658f52e 100644
--- a/sysutils/rclean/Makefile
+++ b/sysutils/rclean/Makefile
@@ -12,11 +12,10 @@ COMMENT= Command-line rc.conf ordering and cleaning tool
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>
diff --git a/sysutils/rclean/pkg-descr b/sysutils/rclean/pkg-descr
index 38a65a26a68b..b1cddeb4c12b 100644
--- a/sysutils/rclean/pkg-descr
+++ b/sysutils/rclean/pkg-descr
@@ -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".