diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:25:33 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-31 23:25:33 +0000 |
commit | 50ab159d7a814860fb8eac04e7bbf14847dabf42 (patch) | |
tree | 01382bfaae2b0fa916835b48d7dec91396d5a622 /sysutils/cronolog | |
parent | Add casts to make this tolerable to an ISO-C++ compiler. (diff) |
We only need to strip the binary once
PR: 16493
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=25365
Diffstat (limited to 'sysutils/cronolog')
-rw-r--r-- | sysutils/cronolog/Makefile | 2 |
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> |