diff options
author | asami <asami@FreeBSD.org> | 1995-06-26 13:58:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-26 13:58:07 +0800 |
commit | c910ee51080ce6ac9ee4a6b7d3d5540c0940c9a1 (patch) | |
tree | 8c5db1e4ff03b28ed3b9e1212ee91ba1b4cd2c95 /editors/emacs | |
parent | fbe7f8e507d25034e1c662e8fa3978b4b6cf45c4 (diff) | |
download | freebsd-ports-gnome-c910ee51080ce6ac9ee4a6b7d3d5540c0940c9a1.tar.gz freebsd-ports-gnome-c910ee51080ce6ac9ee4a6b7d3d5540c0940c9a1.tar.zst freebsd-ports-gnome-c910ee51080ce6ac9ee4a6b7d3d5540c0940c9a1.zip |
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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> |