diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 05:58:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 05:58:07 +0000 |
commit | 52bfc5a35c61f55615b743a3839528c102eaf0b7 (patch) | |
tree | 78153c1e142bfc26091b43ec0712c071d8a2756c /editors/emacs19/Makefile | |
parent | Replace do-install with INSTALL_TARGET (diff) |
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
Notes
Notes:
svn path=/head/; revision=1885
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r-- | editors/emacs19/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> |