diff options
author | max <max@FreeBSD.org> | 1996-10-21 03:23:42 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-21 03:23:42 +0800 |
commit | a9e909afd3ed03abe20c400aad46b8f2ca8253cc (patch) | |
tree | b8cd05a709dfef24e016fd829d76cc03383e934d /misc | |
parent | 37026c2b417eae38a878ce35912c141de431b5f1 (diff) | |
download | freebsd-ports-gnome-a9e909afd3ed03abe20c400aad46b8f2ca8253cc.tar.gz freebsd-ports-gnome-a9e909afd3ed03abe20c400aad46b8f2ca8253cc.tar.zst freebsd-ports-gnome-a9e909afd3ed03abe20c400aad46b8f2ca8253cc.zip |
Strip the binaries.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 9d4d6dfa369f..253b4808434c 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/10/01 03:53:49 gpalmer Exp $ +# $Id: Makefile,v 1.5 1996/10/20 15:22:09 max Exp $ # DISTNAME= mc-3.2.1 @@ -16,6 +16,7 @@ CONFIGURE_ARGS= --with-ncurses STRIP= post-install: + @/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv .if !defined(NOMANCOMPRESS) @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8 .endif |