aboutsummaryrefslogtreecommitdiffstats
path: root/misc/vifm/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-09-01 23:14:43 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-09-01 23:14:43 +0800
commitc03db6bd42b91f99392e03064da3df4d3625999f (patch)
tree12b7bdb537ca814ff9d995ebb20d864c3278e107 /misc/vifm/Makefile
parent60e261fa8b76402c4a28a3e3022fe4afbd81137c (diff)
downloadfreebsd-ports-gnome-c03db6bd42b91f99392e03064da3df4d3625999f.tar.gz
freebsd-ports-gnome-c03db6bd42b91f99392e03064da3df4d3625999f.tar.zst
freebsd-ports-gnome-c03db6bd42b91f99392e03064da3df4d3625999f.zip
Remove stripping from Makefile as the source already strips
PR: 42282 Submitted by: maintainer
Diffstat (limited to 'misc/vifm/Makefile')
-rw-r--r--misc/vifm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile
index 8d6c08d1b75f..dff8b89f131a 100644
--- a/misc/vifm/Makefile
+++ b/misc/vifm/Makefile
@@ -32,7 +32,4 @@ pre-build:
${BUILD_WRKSRC}/src/vifmrc0.1
.endif
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/vifm
-
.include <bsd.port.mk>