aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-09-24 17:37:11 +0800
committerosa <osa@FreeBSD.org>2003-09-24 17:37:11 +0800
commitfad424db6aa8e3d5d3787f06534ab341318a0851 (patch)
tree16c65d0d30c32fd9ee844536c6aa0ee73c37274d /sysutils
parent93bb34061fad01e2d453b6d0a6b4652d12a96df6 (diff)
downloadfreebsd-ports-gnome-fad424db6aa8e3d5d3787f06534ab341318a0851.tar.gz
freebsd-ports-gnome-fad424db6aa8e3d5d3787f06534ab341318a0851.tar.zst
freebsd-ports-gnome-fad424db6aa8e3d5d3787f06534ab341318a0851.zip
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/doinkd/Makefile2
-rw-r--r--sysutils/idled/Makefile2
-rw-r--r--sysutils/samefile/Makefile2
-rw-r--r--sysutils/wmhm/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile
index ca651a9d88f3..437abecb218b 100644
--- a/sysutils/doinkd/Makefile
+++ b/sysutils/doinkd/Makefile
@@ -24,7 +24,7 @@ post-extract:
(cd ${WRKSRC}; make clean)
post-install:
- strip ${PREFIX}/libexec/idled
+ ${STRIP_CMD} ${PREFIX}/libexec/idled
.if !exists(${PREFIX}/etc/rc.d/idled.sh)
@${ECHO} "Installing ${PREFIX}/etc/rc.d/idled.sh startup script."
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/idled.sh ${PREFIX}/etc/rc.d/idled.sh
diff --git a/sysutils/idled/Makefile b/sysutils/idled/Makefile
index ca651a9d88f3..437abecb218b 100644
--- a/sysutils/idled/Makefile
+++ b/sysutils/idled/Makefile
@@ -24,7 +24,7 @@ post-extract:
(cd ${WRKSRC}; make clean)
post-install:
- strip ${PREFIX}/libexec/idled
+ ${STRIP_CMD} ${PREFIX}/libexec/idled
.if !exists(${PREFIX}/etc/rc.d/idled.sh)
@${ECHO} "Installing ${PREFIX}/etc/rc.d/idled.sh startup script."
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/idled.sh ${PREFIX}/etc/rc.d/idled.sh
diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile
index 5c1593d866b1..3214bb722750 100644
--- a/sysutils/samefile/Makefile
+++ b/sysutils/samefile/Makefile
@@ -25,6 +25,6 @@ post-build:
cd ${WRKSRC}; ${MAKE} test
post-install:
- strip ${PREFIX}/bin/samefile
+ ${STRIP_CMD} ${PREFIX}/bin/samefile
.include <bsd.port.mk>
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile
index 28ed6dcc3be9..5847f7bcccce 100644
--- a/sysutils/wmhm/Makefile
+++ b/sysutils/wmhm/Makefile
@@ -23,6 +23,6 @@ MAN8= wmhm.8
MANCOMPRESSED= yes
post-install:
- strip ${PREFIX}/bin/wmhm
+ ${STRIP_CMD} ${PREFIX}/bin/wmhm
.include <bsd.port.mk>