diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 07:01:32 +0000 |
commit | 06462ef2834121f95e11eeebf1445d574e60a216 (patch) | |
tree | 405bc3c3fff5a153e7415168c483a98cc05aa179 /editors/emacs23 | |
parent | 07c3420c8a1b322f333a8307efb3fb8220dc242f (diff) | |
download | FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.zip FreeBSD-ports-06462ef2834121f95e11eeebf1445d574e60a216.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index eae5815..69ae004 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $ +# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $ # DISTNAME= emacs-19.34 @@ -14,13 +14,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --with-x-toolkit STRIP= +MAN1= emacs.1 etags.1 ctags.1 post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/emacs.1 - gzip -9nf ${PREFIX}/man/man1/etags.1 - gzip -9nf ${PREFIX}/man/man1/ctags.1 -.endif for file in emacs-19.34 emacsclient etags ctags b2m; do \ strip ${PREFIX}/bin/$$file; \ done |