aboutsummaryrefslogtreecommitdiff
path: root/misc/vifm
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 15:14:43 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-09-01 15:14:43 +0000
commit9538fd6913f87a4f565d14572c37e23ed7082a7e (patch)
treef852be82bf9f5522100f4fa71dba13c10d867f7b /misc/vifm
parentdce33b0828964d37245eb2893dd7d61979852875 (diff)
downloadports-9538fd6913f87a4f565d14572c37e23ed7082a7e.tar.gz
ports-9538fd6913f87a4f565d14572c37e23ed7082a7e.zip
Remove stripping from Makefile as the source already strips
PR: 42282 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=65415
Diffstat (limited to 'misc/vifm')
-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>