summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-29 14:26:41 +0000
committerantoine <antoine@FreeBSD.org>2014-06-29 14:26:41 +0000
commit52980a3fd678e68dec7c2aeb173e11cb550d8e90 (patch)
treeaaf86b3388b5a02000386040701dd7a3a9c38cae
parent39ffdc903ce7fa42fc2510b399755c8d5e175b05 (diff)
downloadFreeBSD-ports-52980a3fd678e68dec7c2aeb173e11cb550d8e90.zip
FreeBSD-ports-52980a3fd678e68dec7c2aeb173e11cb550d8e90.tar.gz
Allow installing in a world WITHOUT_INFO
-rw-r--r--mail/wanderlust/Makefile8
-rw-r--r--mail/wanderlust/pkg-plist.emacs6
2 files changed, 1 insertions, 13 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index ec8b3bd..fab4dcf 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -84,6 +84,7 @@ MAKE_ARGS+= PACKAGEDIR=${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR} \
PIXMAPDIR=${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR}/etc/wl
PLIST= ${PKGDIR}/pkg-plist.xemacs21-mule
.else
+INFO= wl wl-ja
PLIST= ${PKGDIR}/pkg-plist.emacs
MAKE_ARGS+= INFODIR=${STAGEDIR}${INFODIR} \
PIXMAPDIR=${STAGEDIR}${PREFIX}/${EMACS_LIBDIR_WITH_VER}/etc/wl/icons
@@ -119,9 +120,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/wl
.endif
.endif
-.if !defined(EMACS_PACKAGESDIR)
- ${MAKE} install-info
-.endif
.if ${PORT_OPTIONS:MDOCS}
${MAKE} install-docs
.endif
@@ -132,10 +130,6 @@ post-install:
.endif
# local targets
-install-info:
- install-info --section=${DIRSECTION} ${WRKSRC}/doc/wl.info ${STAGEDIR}${INFODIR}/dir
- install-info --section=${DIRSECTION} ${WRKSRC}/doc/wl-ja.info ${STAGEDIR}${INFODIR}/dir
-
install-docs:
${MKDIR} ${STAGEDIR}${PREFIX}/${PORTDOCDIR}
${MKDIR} ${STAGEDIR}${PREFIX}/${PORTDOCDIR_JA}
diff --git a/mail/wanderlust/pkg-plist.emacs b/mail/wanderlust/pkg-plist.emacs
index 561dc489..8265628 100644
--- a/mail/wanderlust/pkg-plist.emacs
+++ b/mail/wanderlust/pkg-plist.emacs
@@ -1,9 +1,3 @@
-@unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl.info %D/info/dir
-info/wl.info
-@exec install-info --section="%%DIRSECTION%%" %D/info/wl.info %D/info/dir
-@unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl-ja.info %D/info/dir
-info/wl-ja.info
-@exec install-info --section="%%DIRSECTION%%" %D/info/wl-ja.info %D/info/dir
%%PORTDOCS%%share/doc/ja/wanderlust/NEWS.ja
%%PORTDOCS%%share/doc/ja/wanderlust/README.ja
%%PORTDOCS%%share/doc/ja/wanderlust/wl-ja.texi
OpenPOWER on IntegriCloud