diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/custom-emacs | |
parent | a4ec4cda7de50f10ddf987112732dbd1e3e29557 (diff) |
Notes
Diffstat (limited to 'editors/custom-emacs')
-rw-r--r-- | editors/custom-emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile index 14e1fb44f1b8..188ac8a90db8 100644 --- a/editors/custom-emacs/Makefile +++ b/editors/custom-emacs/Makefile @@ -25,7 +25,7 @@ CUSTOM_ELS= cus-edit.el cus-face.el custom.el \ PORTCLASS?= master .if (${PORTCLASS} == "master") -EMACS_PORT_NAME= emacs +EMACS_PORT_NAME= emacs19 .endif PLIST_SUB= CUSTOMDOCDIR=${CUSTOMDOCDIR} |