diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 08:56:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-18 08:56:31 +0000 |
commit | de6b4fa949560cc295bded96a4cea1edd4779451 (patch) | |
tree | 73f714a9cc5885d70a4045f8321ad59c5aa1d933 /editors/emacs20 | |
parent | 872dbeba51a18d8c2814f61df24818569621edc0 (diff) | |
download | ports-de6b4fa949560cc295bded96a4cea1edd4779451.tar.gz ports-de6b4fa949560cc295bded96a4cea1edd4779451.zip |
Notes
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index af91593658ae..1806b7674ad7 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,22 +3,24 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.19 1996/06/07 09:41:20 jkh Exp $ +# $Id: Makefile,v 1.20 1996/09/04 00:55:41 asami Exp $ # DISTNAME= emacs-19.34 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit +CONFIGURE_ARGS+= i386--freebsd --with-x-toolkit STRIP= 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 |