diff options
author | asami <asami@FreeBSD.org> | 1995-12-01 09:35:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-01 09:35:20 +0000 |
commit | 878717591a54b57a561b3ba961dc92611de18bad (patch) | |
tree | 9f5958f5949456724353e1da7619408d7922b0bf /editors/emacs/Makefile | |
parent | bdba5a314f028c1452cdbc7de340782fd20e924e (diff) | |
download | FreeBSD-ports-878717591a54b57a561b3ba961dc92611de18bad.zip FreeBSD-ports-878717591a54b57a561b3ba961dc92611de18bad.tar.gz |
Upgrade from 19.29 to 19.30. One of the patches, which we got from
rms, is no longer necessary (naturally).
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index bcfb5b5..ab4b3ee 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.29 +# Version required: 19.30 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1995/06/26 08:25:34 asami Exp $ +# $Id: Makefile,v 1.17 1995/06/26 09:13:58 asami Exp $ # -DISTNAME= emacs-19.29 +DISTNAME= emacs-19.30 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -19,7 +19,7 @@ post-install: gzip -9nf ${PREFIX}/man/man1/emacs.1 gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/ctags.1 - for file in emacs-19.29 emacsclient etags ctags b2m; do \ + for file in emacs-19.30 emacsclient etags ctags b2m; do \ strip ${PREFIX}/bin/$$file; \ done |