aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/diffstat/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-07-26 01:53:08 +0800
committersteve <steve@FreeBSD.org>2001-07-26 01:53:08 +0800
commitc5151c7af59e61cbc9763f90bef8c48044530865 (patch)
treea522e951ac27fc2c24c9d17b7641e1801ff43379 /textproc/diffstat/Makefile
parent743c5f36689694dde8020429cab3add67d677fdb (diff)
downloadfreebsd-ports-gnome-c5151c7af59e61cbc9763f90bef8c48044530865.tar.gz
freebsd-ports-gnome-c5151c7af59e61cbc9763f90bef8c48044530865.tar.zst
freebsd-ports-gnome-c5151c7af59e61cbc9763f90bef8c48044530865.zip
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
Diffstat (limited to 'textproc/diffstat/Makefile')
-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>