aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rtf2html
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-23 05:51:59 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-23 05:51:59 +0800
commitfdec20064ee9d7463885383498e0d6d126116511 (patch)
tree9e0abe96af95fdcdd6dadf6d7b726eab4ddf6020 /textproc/rtf2html
parent176a81a45cb4f55f1a513c3aeddf2eea438c1243 (diff)
downloadfreebsd-ports-gnome-fdec20064ee9d7463885383498e0d6d126116511.tar.gz
freebsd-ports-gnome-fdec20064ee9d7463885383498e0d6d126116511.tar.zst
freebsd-ports-gnome-fdec20064ee9d7463885383498e0d6d126116511.zip
Support staging
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>