aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cronolog/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-02-01 07:25:33 +0800
committerjedgar <jedgar@FreeBSD.org>2000-02-01 07:25:33 +0800
commitb0f1c5e8d6e56309c8e80a195c45349debebf17c (patch)
tree41e6ad715ba711296f51f9d814345493f79a632c /sysutils/cronolog/Makefile
parentbe4df5651c32a0f25e15110f4ce8fd05efba4bcc (diff)
downloadfreebsd-ports-gnome-b0f1c5e8d6e56309c8e80a195c45349debebf17c.tar.gz
freebsd-ports-gnome-b0f1c5e8d6e56309c8e80a195c45349debebf17c.tar.zst
freebsd-ports-gnome-b0f1c5e8d6e56309c8e80a195c45349debebf17c.zip
We only need to strip the binary once
PR: 16493 Submitted by: Maintainer
Diffstat (limited to 'sysutils/cronolog/Makefile')
-rw-r--r--sysutils/cronolog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile
index f0f886015db8..ae84694e9c4d 100644
--- a/sysutils/cronolog/Makefile
+++ b/sysutils/cronolog/Makefile
@@ -17,6 +17,6 @@ MAN1= cronolog.1m cronosplit.1m
GNU_CONFIGURE= yes
post-install:
- ${STRIP} ${PREFIX}/sbin/cronolog ${PREFIX}/sbin/cronolog
+ ${STRIP} ${PREFIX}/sbin/cronolog
.include <bsd.port.mk>