diff options
author | krion <krion@FreeBSD.org> | 2004-12-23 17:51:14 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-23 17:51:14 +0800 |
commit | 4c557ddeffc3e2c458ff2e725555bf74d6d7a5c1 (patch) | |
tree | 6c58eb691a7d60ba5a3da8757b4cd481e843aa06 /editors | |
parent | f7ebbb424d8263139d418f9f56cade5a308eeac7 (diff) | |
download | freebsd-ports-gnome-4c557ddeffc3e2c458ff2e725555bf74d6d7a5c1.tar.gz freebsd-ports-gnome-4c557ddeffc3e2c458ff2e725555bf74d6d7a5c1.tar.zst freebsd-ports-gnome-4c557ddeffc3e2c458ff2e725555bf74d6d7a5c1.zip |
Fix build on 5-stable/6-current
PR: ports/75396
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 7 |
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} |