summaryrefslogtreecommitdiff
path: root/editors/hte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hte/Makefile')
-rw-r--r--editors/hte/Makefile7
1 files changed, 2 insertions, 5 deletions
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 <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 @@ post-patch:
@${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}