diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 07:26:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-14 07:26:05 +0000 |
commit | 36f05966a00741ea9319a821847f61d57e893d01 (patch) | |
tree | fc34f8a4a662adf9c9a8519453e0a00bca1dd0eb /editors/emacs23/Makefile | |
parent | 5c6da55945c5103bbe26a2a657a5704df0f2f31f (diff) |
Notes
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r-- | editors/emacs23/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 7985cababdf6..7a8d539e944c 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $ +# $Id: Makefile,v 1.31 1998/04/04 07:36:40 asami Exp $ # DISTNAME= emacs-19.34b @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= ports@FreeBSD.ORG +EMACS_VERSION= 19.34 +PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes |