aboutsummaryrefslogtreecommitdiff
path: root/textproc/rtf2html
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/rtf2html
parentc230edc9ce37587f4cd7cbb0cee74f1266dc8921 (diff)
downloadports-da6546de6f6e11114e278090bead634b05a6a6ef.tar.gz
ports-da6546de6f6e11114e278090bead634b05a6a6ef.zip
Notes
Diffstat (limited to 'textproc/rtf2html')
-rw-r--r--textproc/rtf2html/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile
index ad113081709b..6c9121bb0bee 100644
--- a/textproc/rtf2html/Makefile
+++ b/textproc/rtf2html/Makefile
@@ -13,11 +13,10 @@ PLIST_FILES= bin/rtf2html
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>