Date: Fri, 28 Mar 2014 16:32:42 +0900 From: Takayuki Nakao <t@nakao.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/188023: Update ports: japanese/yc.el Message-ID: <861txm93s5.wl@jodo.nakao.org> Resent-Message-ID: <201403280740.s2S7e00a044467@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188023 >Category: ports >Synopsis: Update ports: japanese/yc.el >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 07:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Takayuki Nakao <t@nakao.org> >Release: >Organization: >Environment: >Description: Stage directory is supported. >How-To-Repeat: >Fix: The recursive diff is attached below; diff -ur yc.el.orig/Makefile yc.el/Makefile --- yc.el.orig/Makefile 2014-03-19 11:30:34.000000000 +0900 +++ yc.el/Makefile 2014-03-28 16:13:01.000000000 +0900 @@ -28,7 +28,6 @@ OPTIONS_DEFINE= ICANNA ICANNA_DESC= Enable icanna support -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MICANNA} @@ -40,9 +39,9 @@ ${EMACS_CMD} -batch -f batch-byte-compile yc.el do-install: - @${MKDIR} ${YC_LISPDIR} + @${MKDIR} ${STAGEDIR}${YC_LISPDIR} @cd ${WRKDIR} && \ - ${INSTALL_SCRIPT} yc.el yc.elc ${YC_LISPDIR} + ${INSTALL_SCRIPT} yc.el yc.elc ${STAGEDIR}${YC_LISPDIR} post-install: @${CAT} ${PKGMESSAGE} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861txm93s5.wl>