From owner-svn-ports-head@FreeBSD.ORG Sun Jun 29 14:26:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66D0EB06; Sun, 29 Jun 2014 14:26:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39BFB2D36; Sun, 29 Jun 2014 14:26:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5TEQgTn052952; Sun, 29 Jun 2014 14:26:42 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5TEQfha052950; Sun, 29 Jun 2014 14:26:41 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406291426.s5TEQfha052950@svn.freebsd.org> From: Antoine Brodin Date: Sun, 29 Jun 2014 14:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359767 - head/mail/wanderlust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 14:26:42 -0000 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 @@ -@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