diff -urN /usr/ports/editors/hte/Makefile editors/hte/Makefile --- /usr/ports/editors/hte/Makefile Sat Apr 12 22:44:29 2003 +++ editors/hte/Makefile Sun May 11 09:07:57 2003 @@ -7,7 +7,7 @@ # PORTNAME= hte -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A file editor/viewer/analyzer for executables +USE_BZIP2= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lm" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-release @@ -25,6 +26,16 @@ .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/editors/hte/distinfo editors/hte/distinfo --- /usr/ports/editors/hte/distinfo Tue Oct 22 03:08:21 2002 +++ editors/hte/distinfo Sun May 11 08:49:25 2003 @@ -1 +1 @@ -MD5 (ht-0.7.0.tar.gz) = 3b09201f032cc24ee26ca9ee2b8437c6 +MD5 (ht-0.7.1.tar.bz2) = 03c70bb00fd38032b8a6b46ed40bb47a diff -urN /usr/ports/editors/hte/pkg-plist editors/hte/pkg-plist --- /usr/ports/editors/hte/pkg-plist Tue Jun 12 16:34:44 2001 +++ editors/hte/pkg-plist Sun May 11 09:08:27 2003 @@ -1 +1,3 @@ bin/ht +%%PORTDOCS%%share/doc/hte/README +%%PORTDOCS%%@dirrm share/doc/hte