aboutsummaryrefslogtreecommitdiff
path: root/editors/hte
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-07-07 17:50:02 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-07-07 17:50:02 +0000
commitb538274a0d7084bd490b6a2643b44ba1784baf70 (patch)
tree8930a4f52d91849cdcf988ede457c57ffbc66162 /editors/hte
parent473bd5f8b7960a23dceca4456ea0f5c5b2ffae2e (diff)
downloadports-b538274a0d7084bd490b6a2643b44ba1784baf70.tar.gz
ports-b538274a0d7084bd490b6a2643b44ba1784baf70.zip
- Rename ht binary and info page to hte to fix conflicting files with
print/texlive-base PR: ports/191678 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Notes
Notes: svn path=/head/; revision=361109
Diffstat (limited to 'editors/hte')
-rw-r--r--editors/hte/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index 98cf5a5c1979..b396d3327bce 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hte
PORTVERSION= 2.0.22
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/ht-source
DISTNAME= ht-${PORTVERSION}
@@ -15,7 +16,7 @@ LICENSE= GPLv2
USE_BZIP2= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/ht
+PLIST_FILES= bin/hte
OPTIONS_DEFINE= DOCS LZO2 X11
OPTIONS_DEFAULT= X11
@@ -34,7 +35,7 @@ X11_LDFLAGS= -L${LOCALBASE}/lib
X11_CONFIGURE_ENABLE= x11-textmode
PORTDOCS= README
-INFO= ht
+INFO= hte
post-patch:
@${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \
@@ -43,10 +44,10 @@ post-patch:
${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ht ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/ht ${STAGEDIR}${PREFIX}/bin/hte
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/hthelp.info \
- ${STAGEDIR}${PREFIX}/${INFO_PATH}/ht.info
+ ${STAGEDIR}${PREFIX}/${INFO_PATH}/hte.info
.include <bsd.port.mk>