diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-20 19:23:42 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-20 19:23:42 +0000 |
commit | fd4655806e7041d768cdf3b85f40272761a9e82a (patch) | |
tree | 4beb992c54a5fbfe29596a17ec8fb102e45b414a /misc/mc/Makefile | |
parent | 77b01237e1e8c989cc68cdbaca961bfa7a92b254 (diff) |
Notes
Diffstat (limited to 'misc/mc/Makefile')
-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 |