diff options
author | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:53:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:53:08 +0000 |
commit | 99f87129ce282da4d8a0d479eb276dafecbf6bcf (patch) | |
tree | f464ad77c668f170e87abcec1e509abe712b264e /textproc | |
parent | Handle the fact the manpage is already compressed in the distfile. (diff) |
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diffstat/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 3afa3d15aa1b..6691de0cdb6f 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -19,7 +19,4 @@ GNU_CONFIGURE= yes MAN1= diffstat.1 -post-install: - strip -s ${PREFIX}/bin/diffstat - .include <bsd.port.mk> |