Skip site navigation (1)Skip section navigation (2)
Date:      23 May 2000 09:23:45 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18774: japanese/emacs20-dl-canna PLIST fix
Message-ID:  <20000523092345.7064.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>Number:         18774
>Category:       ports
>Synopsis:       japanese/emacs20-dl-canna PLIST fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 23 02:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Unknown
>Environment:

>Description:

	One @dirrm entry is missing from PLIST, noticed by bento.

>How-To-Repeat:

	make install deinstall

>Fix:

	Use the patch below to fix the port.


diff -urN /usr/ports/japanese/emacs20-dl-canna/Makefile emacs20-dl-canna/Makefile
--- /usr/ports/japanese/emacs20-dl-canna/Makefile	Wed Apr 12 04:51:33 2000
+++ emacs20-dl-canna/Makefile	Tue May 23 16:26:45 2000
@@ -40,8 +40,8 @@
 DLCANNA_VER=	1.4
 # hack to allow parallel build to work
 .if defined(PARALLEL_PACKAGE_BUILD)
-BUILD_DEPENDS+=	gmake:${PORTSDIR}/devel/gmake \
-		autoconf:${PORTSDIR}/devel/autoconf
+BUILD_DEPENDS+=	${GMAKE}:${PORTSDIR}/devel/gmake \
+		${AUTOCONF}:${PORTSDIR}/devel/autoconf
 .endif
 
 post-install:
diff -urN /usr/ports/japanese/emacs20-dl-canna/pkg/PLIST emacs20-dl-canna/pkg/PLIST
--- /usr/ports/japanese/emacs20-dl-canna/pkg/PLIST	Sat Feb 26 12:14:09 2000
+++ emacs20-dl-canna/pkg/PLIST	Tue May 23 16:27:22 2000
@@ -6,4 +6,5 @@
 %%LISPDIR%%/canna/canna-leim.elc
 %%DOCDIR%%/README.ja
 %%DOCDIR%%/ChangeLog
+@dirrm %%LISPDIR%%/canna
 @dirrm %%DOCDIR%%

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000523092345.7064.qmail>