From 52bfc5a35c61f55615b743a3839528c102eaf0b7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 26 Jun 1995 05:58:07 +0000 Subject: Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now /usr/local/share/emacs! --- editors/emacs23/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'editors/emacs23') diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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 -- cgit v1.2.3