diff options
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r-- | editors/emacs20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 470b35c41cda..d9a147b41c4b 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.31 1997/12/17 01:31:17 jseger Exp $ +# $Id: Makefile,v 1.32 1998/09/01 02:29:50 jseger Exp $ # DISTNAME= emacs-20.3 @@ -17,6 +17,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --with-pop MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 +PLIST_SUB= EMACS_VER=20.3 pre-build: ${RM} -rf ${WRKSRC}/info/* |