Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2000 04:21:00 +0900 (JST)
From:      nobutaka@nobutaka.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20568: Update port: japanese/eterm
Message-ID:  <200008121921.EAA78009@mail.nobutaka.com>

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

>Number:         20568
>Category:       ports
>Synopsis:       Update port: japanese/eterm
>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:   Sat Aug 12 12:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Hiroshima University
>Environment:
>Description:

Change to make and install HTML document.

>How-To-Repeat:
>Fix:

diff -rcN eterm.orig/Makefile eterm/Makefile
*** eterm.orig/Makefile	Sat Jun 17 12:09:09 2000
--- eterm/Makefile	Thu Aug 10 23:46:27 2000
***************
*** 17,22 ****
--- 17,23 ----
  MAINTAINER=	nobutaka@nobutaka.com
  
  LIB_DEPENDS=	Imlib.5:${PORTSDIR}/graphics/imlib
+ BUILD_DEPENDS=  man2html:${PORTSDIR}/textproc/man2html
  
  USE_GMAKE=	yes
  USE_X_PREFIX=	yes
***************
*** 32,37 ****
--- 33,39 ----
  .if !defined(NOPORTDOCS)
  	@${MKDIR} ${PREFIX}/share/doc/Eterm
  	@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
+ 	@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm
  	@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
  	@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
  	@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
diff -rcN eterm.orig/pkg/PLIST eterm/pkg/PLIST
*** eterm.orig/pkg/PLIST	Sat Jun 17 12:09:09 2000
--- eterm/pkg/PLIST	Thu Aug 10 23:46:27 2000
***************
*** 81,86 ****
--- 81,87 ----
  share/Eterm/themes/trans/scaled-pixmaps.list
  share/Eterm/themes/trans/theme.cfg
  share/Eterm/themes/trans/tiled-pixmaps.list
+ share/doc/Eterm/Eterm.1.html
  share/doc/Eterm/Eterm_reference.html
  share/doc/Eterm/Eterm.tcap
  share/doc/Eterm/Eterm.ti





>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?200008121921.EAA78009>