From 4c557ddeffc3e2c458ff2e725555bf74d6d7a5c1 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 23 Dec 2004 09:51:14 +0000 Subject: Fix build on 5-stable/6-current PR: ports/75396 Submitted by: Ports Fury --- editors/hte/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'editors') diff --git a/editors/hte/Makefile b/editors/hte/Makefile index a5f67a44d95a..f2305f7f4709 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -28,10 +28,6 @@ PLIST_FILES= bin/ht .include -.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 @@ post-patch: @${REINPLACE_CMD} -e \ 's|#include ||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} -- cgit