aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
commit5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch)
treec472404c33a2b370731640bb224f398b5385af86 /editors/emacs22
parent322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (diff)
downloadports-5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1.tar.gz
ports-5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1.zip
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4534
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/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