diff options
author | shige <shige@FreeBSD.org> | 2000-05-08 13:13:16 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-05-08 13:13:16 +0000 |
commit | fd112cc2e743c54b86da1d1f82a90c6eec3b176d (patch) | |
tree | 17cb04e1535fb8f54c98fde5512662426f309037 /mail | |
parent | 897567e81424fb102f3c6eae66ef913d0bb69772 (diff) | |
download | FreeBSD-ports-fd112cc2e743c54b86da1d1f82a90c6eec3b176d.zip FreeBSD-ports-fd112cc2e743c54b86da1d1f82a90c6eec3b176d.tar.gz |
I'm sorry that the previous change for EMACS_PORT_NAME is a mistake.
Fix values of these variables.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew-mule/Makefile | 2 | ||||
-rw-r--r-- | mail/mew-xemacs/Makefile | 2 | ||||
-rw-r--r-- | mail/mew/Makefile | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index ed35bf4..54ba4ad 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -5,6 +5,6 @@ # $FreeBSD$ # -EMACS_PORT_NAME= mule19 +EMACS_PORT_NAME= mule .include "${.CURDIR}/../mew/Makefile" diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile index 2840d6d..540461d 100644 --- a/mail/mew-xemacs/Makefile +++ b/mail/mew-xemacs/Makefile @@ -5,6 +5,6 @@ # $FreeBSD$ # -EMACS_PORT_NAME= xemacs19 +EMACS_PORT_NAME= xemacs .include "${.CURDIR}/../mew/Makefile" diff --git a/mail/mew/Makefile b/mail/mew/Makefile index f1291dd..8e15301 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -42,7 +42,7 @@ PATCHDIR= ${.CURDIR}/../mew/patches SCRIPTDIR= ${.CURDIR}/../mew/scripts FILESDIR= ${.CURDIR}/../mew/files -EMACS_PORT_NAME?= emacs19 +EMACS_PORT_NAME?= emacs SAMPLEFILES= Addrbook SAMPLEDOTEMACS= dot.emacs.el PORTDOCS= 00changes 00copyright 00copyright.jis 00diff 00readme @@ -62,7 +62,7 @@ SAMPLEDIR= ${PREFIX}/share/examples/mew PORTDOCDIR= ${PREFIX}/share/doc/mew COMMENT_TEXT= Message interface to Emacs Window for ${EMACS_PORT_NAME} -.if (${EMACS_PORT_NAME} == "emacs19") +.if (${EMACS_PORT_NAME} == "emacs") BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/emacs EMACS_NAME= emacs EMACS_VER= 19.34 @@ -86,7 +86,7 @@ EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} EMACS_ETCDIR= ${EMACS_LIBDIR}/etc EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= info -.elif (${EMACS_PORT_NAME} == "mule19") +.elif (${EMACS_PORT_NAME} == "mule") BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/mule EMACS_NAME= mule EMACS_VER= 19.34 @@ -99,7 +99,7 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= ${EMACS_LIBDIR}/info EMACS_SITELISPDIR= ${EMACS_LIBDIR}/site-lisp SITE_STARTUP_FILE= mew-startup.el -.elif (${EMACS_PORT_NAME} == "xemacs19") +.elif (${EMACS_PORT_NAME} == "xemacs") BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/xemacs EMACS_NAME= xemacs EMACS_VER= 19.16 @@ -170,7 +170,7 @@ XEMACS_VER_OVER20= yes INST_TARGET_LIST= install install-info REQUIRE= (require \'${SITE_STARTUP_FILE:S/^mew-/&${EMACS_PORT_NAME}-/:S/.el$//}) .endif -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule19") || \ +.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule") || \ (${EMACS_PORT_NAME} == "xemacs21-mule") INST_TARGET_LIST+= install-jinfo .endif @@ -209,7 +209,7 @@ post-install: .endif .if (${EMACS_NAME} != "xemacs") || ${EMACS_MAJOR_VER} <= 20 @install-info ${WRKSRC}/info/mew.info ${INFODIR}/dir -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule19") +.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule") @install-info ${WRKSRC}/info/mew.jis.info ${INFODIR}/dir .endif .endif |