ports/188023: Update ports: japanese/yc.el
Takayuki Nakao
t at nakao.org
Fri Mar 28 07:40:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list