- update to 0.7.1

- switch to bz2 file
- install docs

PR:		52049
Submitted by:	Ports Fury
This commit is contained in:
Pete Fritchman 2003-05-18 23:42:48 +00:00
parent a7a4a61612
commit a990dc9f10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81301
3 changed files with 16 additions and 3 deletions

View File

@ -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 @@ DISTNAME= ht-${PORTVERSION}
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
@ -27,4 +28,14 @@ CONFIGURE_ARGS= --enable-release
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 <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (ht-0.7.0.tar.gz) = 3b09201f032cc24ee26ca9ee2b8437c6
MD5 (ht-0.7.1.tar.bz2) = 03c70bb00fd38032b8a6b46ed40bb47a

View File

@ -1 +1,3 @@
bin/ht
%%PORTDOCS%%share/doc/hte/README
%%PORTDOCS%%@dirrm share/doc/hte