summaryrefslogtreecommitdiff
path: root/net/eudc-emacs20/Makefile
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-04 03:22:23 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-01-04 03:22:23 +0000
commit3372573aa743387fe82a7647e92f1de1c3343db2 (patch)
tree9e39016e4291f2e65811d124d90248169c3143f8 /net/eudc-emacs20/Makefile
parentFix install of holiday file (diff)
Change site-lisp directory to version specific one since Emacs 21 contains eudc.
Put info to the category where ones for Emacs 21 is placed, and put back info entry after deinstalling this package.
Notes
Notes: svn path=/head/; revision=52552
Diffstat (limited to 'net/eudc-emacs20/Makefile')
-rw-r--r--net/eudc-emacs20/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/eudc-emacs20/Makefile b/net/eudc-emacs20/Makefile
index 2829e5b883c2..86964c776da6 100644
--- a/net/eudc-emacs20/Makefile
+++ b/net/eudc-emacs20/Makefile
@@ -30,12 +30,14 @@ SOURCES= eudc-autoloads.el eudc-bob.el eudc-export.el \
ELCS= ${SOURCES:S/.el/.elc/g}
INFOS= eudc.info
-PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_NAME} \
- INFODIR=${INFODIR:S/${PREFIX}\///} \
- EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR}
+PLIST_SUB+= EMACS_PORT_NAME=${EMACS_PORT_NAME} \
+ INFODIR=${INFODIR:S/${PREFIX}\///}
INSTALL_TARGET=
-lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/eudc
+lispdir= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eudc
+
+post-build:
+ @(cd ${WRKSRC}; makeinfo --no-split eudc.texi)
post-install:
${MKDIR} ${lispdir};
.for i in ${SOURCES} ${ELCS}