diff options
author | petef <petef@FreeBSD.org> | 2003-05-19 07:42:48 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-19 07:42:48 +0800 |
commit | 873abaebd35ca7af99da91ce072395c3d3bfd7bd (patch) | |
tree | 4b2885c605955708665ebad354daef6cdcf8d8e7 /editors | |
parent | 9fba63389f9218d85ca22ef2a18961881b254dad (diff) | |
download | freebsd-ports-gnome-873abaebd35ca7af99da91ce072395c3d3bfd7bd.tar.gz freebsd-ports-gnome-873abaebd35ca7af99da91ce072395c3d3bfd7bd.tar.zst freebsd-ports-gnome-873abaebd35ca7af99da91ce072395c3d3bfd7bd.zip |
- update to 0.7.1
- switch to bz2 file
- install docs
PR: 52049
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hte/Makefile | 15 | ||||
-rw-r--r-- | editors/hte/distinfo | 2 | ||||
-rw-r--r-- | editors/hte/pkg-plist | 2 |
3 files changed, 16 insertions, 3 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 1c5d23e7bdd3..ce3400964e19 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -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> diff --git a/editors/hte/distinfo b/editors/hte/distinfo index 80ffa7e217aa..198d9e8fc9e5 100644 --- a/editors/hte/distinfo +++ b/editors/hte/distinfo @@ -1 +1 @@ -MD5 (ht-0.7.0.tar.gz) = 3b09201f032cc24ee26ca9ee2b8437c6 +MD5 (ht-0.7.1.tar.bz2) = 03c70bb00fd38032b8a6b46ed40bb47a diff --git a/editors/hte/pkg-plist b/editors/hte/pkg-plist index eeec6de521fe..3c69f0571d0c 100644 --- a/editors/hte/pkg-plist +++ b/editors/hte/pkg-plist @@ -1 +1,3 @@ bin/ht +%%PORTDOCS%%share/doc/hte/README +%%PORTDOCS%%@dirrm share/doc/hte |