summaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-06-22 17:42:53 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-06-22 17:42:53 +0000
commit8a0dd0159063b0bceb07dc99f2a46b75666d71d6 (patch)
treecd6168bcfc8c91c35ec4e85ddc3ca9fabf868286 /editors/hte
parentUpdate to 3.17.17 (diff)
Update to 0.9.0
PR: ports/82530 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=137880
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile9
-rw-r--r--editors/hte/distinfo4
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index f2305f7f4709..26c49b6b638a 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= hte
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +23,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-release
-PORTDOCS= README
PLIST_FILES= bin/ht
.include <bsd.port.pre.mk>
@@ -41,6 +40,10 @@ CPPFLAGS= -I${X11BASE}/include
LDFLAGS= -L${X11BASE}/lib
.endif
+.if !defined(NOPORTDOCS)
+PORTDOCS= README
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \
s|^CFLAGS=.*$$|CFLAGS="$$CFLAGS"|g ; \
@@ -50,8 +53,6 @@ post-patch:
's|typedef unsigned int uint;||g' ${WRKSRC}/global.h
@${REINPLACE_CMD} -e \
's|uint |UINT |g' ${WRKSRC}/htdata.h
- @${REINPLACE_CMD} -e \
- 's|#include <malloc.h>||g' ${WRKSRC}/cp-demangle.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin
diff --git a/editors/hte/distinfo b/editors/hte/distinfo
index a95c05dfac90..0e91fd7a75ce 100644
--- a/editors/hte/distinfo
+++ b/editors/hte/distinfo
@@ -1,2 +1,2 @@
-MD5 (ht-0.8.0.tar.bz2) = ee309bdd16b3e1ec78b2efb6427dd5a5
-SIZE (ht-0.8.0.tar.bz2) = 731401
+MD5 (ht-0.9.0.tar.bz2) = 22dc7572e571b9d73e741d32005e49e3
+SIZE (ht-0.9.0.tar.bz2) = 765072