From owner-svn-ports-all@FreeBSD.ORG Thu Apr 24 18:14:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 048EDC16; Thu, 24 Apr 2014 18:14:39 +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 C8C661BE2; Thu, 24 Apr 2014 18:14:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OIEcCU065886; Thu, 24 Apr 2014 18:14:38 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OIEcOf065884; Thu, 24 Apr 2014 18:14:38 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404241814.s3OIEcOf065884@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 18:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352037 - head/japanese/anthy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 18:14:39 -0000 Author: tijl Date: Thu Apr 24 18:14:38 2014 New Revision: 352037 URL: http://svnweb.freebsd.org/changeset/ports/352037 QAT: https://qat.redports.org/buildarchive/r352037/ Log: - USES=libtool pathfix. - Fully qualify DOCSDIR. - Staging. Modified: head/japanese/anthy/Makefile head/japanese/anthy/pkg-plist Modified: head/japanese/anthy/Makefile ============================================================================== --- head/japanese/anthy/Makefile Thu Apr 24 18:05:21 2014 (r352036) +++ head/japanese/anthy/Makefile Thu Apr 24 18:14:38 2014 (r352037) @@ -3,7 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/37536 @@ -20,22 +20,19 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/alt-cannad LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= pkgconfig +USES= libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= lthack -DOCSDIR= share/doc/ja/anthy +DOCSDIR= ${PREFIX}/share/doc/ja/anthy ELISPDIR= share/emacs/site-lisp/anthy PLIST_SUB= ELISPDIR=${ELISPDIR} OPTIONS_DEFINE= 2CHDIC ODIC GSKKDIC DOCS -OPTIONS_DEFAULT= DOCS 2CHDIC_DESC= 2ch Dictionary ODIC_DESC= Okinawa Dictionary GSKKDIC_DESC= SKK Dictionary -NO_STAGE= yes .include .if ${PORT_OPTIONS:M2CHDIC} @@ -80,15 +77,11 @@ post-extract: post-patch: ${REINPLACE_CMD} -e \ 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in - ${REINPLACE_CMD} -e \ - 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in post-install: - ${MKDIR} ${PREFIX}/${ELISPDIR} - ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${PREFIX}/${ELISPDIR} -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${PREFIX}/${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${PREFIX}/${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${PREFIX}/${ELISPDIR} + ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${STAGEDIR}${PREFIX}/${ELISPDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${STAGEDIR}${DOCSDIR} .include Modified: head/japanese/anthy/pkg-plist ============================================================================== --- head/japanese/anthy/pkg-plist Thu Apr 24 18:05:21 2014 (r352036) +++ head/japanese/anthy/pkg-plist Thu Apr 24 18:14:38 2014 (r352037) @@ -33,4 +33,4 @@ share/anthy/zipcode.t @dirrm share/anthy @dirrm include/anthy @dirrm %%ELISPDIR%% -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%