Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 2004 02:00:09 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75396: Update port: editors/hte
Message-ID:  <20041223020009.74c1c9c8.tkato432@yahoo.com>
Resent-Message-ID: <200412221710.iBMHASDb097030@freefall.freebsd.org>

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

>Number:         75396
>Category:       ports
>Synopsis:       Update port: editors/hte
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 17:10:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Fix build on 5-stable/6-current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/hte/Makefile editors/hte/Makefile
--- /usr/ports/editors/hte/Makefile	Sun Sep 19 13:00:22 2004
+++ editors/hte/Makefile	Wed Dec 22 21:33:46 2004
@@ -28,10 +28,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not build on FreeBSD >= 5.x"
-.endif
-
 .if ${OSVERSION} < 400000
 LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
 .endif
@@ -57,7 +53,8 @@
 	@${REINPLACE_CMD} -e \
 		's|#include <malloc.h>||g' ${WRKSRC}/cp-demangle.c
 
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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