aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmlise
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 21:51:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 21:51:59 +0000
commitda6546de6f6e11114e278090bead634b05a6a6ef (patch)
tree9e0abe96af95fdcdd6dadf6d7b726eab4ddf6020 /textproc/htmlise
parentc230edc9ce37587f4cd7cbb0cee74f1266dc8921 (diff)
downloadports-da6546de6f6e11114e278090bead634b05a6a6ef.tar.gz
ports-da6546de6f6e11114e278090bead634b05a6a6ef.zip
Notes
Diffstat (limited to 'textproc/htmlise')
-rw-r--r--textproc/htmlise/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile
index 11594cf84098..e5d70e726941 100644
--- a/textproc/htmlise/Makefile
+++ b/textproc/htmlise/Makefile
@@ -15,7 +15,6 @@ TABSIZE?= 8
SRC= htmlise tables markup inline
PLIST_FILES= bin/htmlise
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|\(TABSIZE\ \)[0-9]*|\1${TABSIZE}|' \
${WRKSRC}/${PORTNAME}.h
@@ -27,6 +26,6 @@ do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${SRC:C/(.*)/${WRKSRC}\/\1.o/}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>