diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 08:25:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 08:25:34 +0000 |
commit | 0a371ef8fb7ecceff8c3ef7f83e864fd19da1ef4 (patch) | |
tree | 9d427b3dab2a9db177539e6f05b096a3e6ac8617 /editors/emacs | |
parent | a097993016d6a9bb6781a6a30e65aab126daa237 (diff) | |
download | ports-0a371ef8fb7ecceff8c3ef7f83e864fd19da1ef4.tar.gz ports-0a371ef8fb7ecceff8c3ef7f83e864fd19da1ef4.zip |
Notes
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b3a3c41b51b5..1fb1248c1a56 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ +# $Id: Makefile,v 1.15 1995/06/26 05:58:07 asami Exp $ # DISTNAME= emacs-19.29 @@ -19,5 +19,8 @@ post-install: gzip -9nf ${PREFIX}/man/man1/emacs.1 gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/ctags.1 + for file in emacs-19.29 emacsclient etags ctags b2m; do \ + strip ${PREFIX}/bin/$$file; \ + done .include <bsd.port.mk> |