diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-11 03:50:32 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-11 03:50:32 +0000 |
commit | 38f369c229528a7e9f7da4be9c3982924881aea1 (patch) | |
tree | 46456376fbf5ab3ebffdd64063f4e7c9b6e522d0 /japanese/lookup-emacs21 | |
parent | b51fb0f32b80c5845348fd20234a8e8e8dd0d975 (diff) | |
download | ports-38f369c229528a7e9f7da4be9c3982924881aea1.tar.gz ports-38f369c229528a7e9f7da4be9c3982924881aea1.zip |
Notes
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index c45f01292a16..5901dbf9d1b3 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --infodir=${PORTINFODIR} post-install: -.if (${EMACS_PORT_NAME} == "xemacs") +.if (${EMACS_PORT_NAME} == "xemacs21-mule") ${RM} -f ${WRKDIR}/${MANIFEST} emacsdir=`${ECHO} ${EMACSDIR} | ${SED} -e "s;^${PREFIX}/;;"`; \ ${CAT} ${PLIST} | ${GREP} -e "^$${emacsdir}" | \ |