aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-07-25 17:53:08 +0000
committerSteve Price <steve@FreeBSD.org>2001-07-25 17:53:08 +0000
commit99f87129ce282da4d8a0d479eb276dafecbf6bcf (patch)
treef464ad77c668f170e87abcec1e509abe712b264e /textproc/diffstat
parent3c874f2cdb53945fbf688f9a2fd062416b8da624 (diff)
downloadports-99f87129ce282da4d8a0d479eb276dafecbf6bcf.tar.gz
ports-99f87129ce282da4d8a0d479eb276dafecbf6bcf.zip
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
Notes
Notes: svn path=/head/; revision=45480
Diffstat (limited to 'textproc/diffstat')
-rw-r--r--textproc/diffstat/Makefile3
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>