There's no need to strip diffstat in the post-install target since

${INSTALL_PROGRAM} does it already.
This commit is contained in:
Steve Price 2001-07-25 17:53:08 +00:00
parent 3c874f2cdb
commit 99f87129ce

View file

@ -19,7 +19,4 @@ GNU_CONFIGURE= yes
MAN1= diffstat.1
post-install:
strip -s ${PREFIX}/bin/diffstat
.include <bsd.port.mk>