svn commit: r359767 - head/mail/wanderlust
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 29 14:26:42 UTC 2014
Author: antoine
Date: Sun Jun 29 14:26:41 2014
New Revision: 359767
URL: http://svnweb.freebsd.org/changeset/ports/359767
QAT: https://qat.redports.org/buildarchive/r359767/
Log:
Allow installing in a world WITHOUT_INFO
Modified:
head/mail/wanderlust/Makefile
head/mail/wanderlust/pkg-plist.emacs
Modified: head/mail/wanderlust/Makefile
==============================================================================
--- head/mail/wanderlust/Makefile Sun Jun 29 14:19:38 2014 (r359766)
+++ head/mail/wanderlust/Makefile Sun Jun 29 14:26:41 2014 (r359767)
@@ -84,6 +84,7 @@ MAKE_ARGS+= PACKAGEDIR=${STAGEDIR}${PREF
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}
Modified: head/mail/wanderlust/pkg-plist.emacs
==============================================================================
--- head/mail/wanderlust/pkg-plist.emacs Sun Jun 29 14:19:38 2014 (r359766)
+++ head/mail/wanderlust/pkg-plist.emacs Sun Jun 29 14:26:41 2014 (r359767)
@@ -1,9 +1,3 @@
- at unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl.info %D/info/dir
-info/wl.info
- at exec install-info --section="%%DIRSECTION%%" %D/info/wl.info %D/info/dir
- at unexec install-info --section="%%DIRSECTION%%" --delete %D/info/wl-ja.info %D/info/dir
-info/wl-ja.info
- at 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
More information about the svn-ports-all
mailing list