aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-01-25 13:34:12 +0800
committerak <ak@FreeBSD.org>2014-01-25 13:34:12 +0800
commit7e3ec9ac166711e11fee5a7fde81a82d1ae3c648 (patch)
tree8fc44c1a2f25b8d5703a8836d73ee8c9b5cbf4a8 /sysutils
parent6a23ddfd2443f98ef5029182260c6388f64daa42 (diff)
downloadfreebsd-ports-gnome-7e3ec9ac166711e11fee5a7fde81a82d1ae3c648.tar.gz
freebsd-ports-gnome-7e3ec9ac166711e11fee5a7fde81a82d1ae3c648.tar.zst
freebsd-ports-gnome-7e3ec9ac166711e11fee5a7fde81a82d1ae3c648.zip
- 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)
Diffstat (limited to 'sysutils')
-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".