diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 05:51:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 05:51:59 +0800 |
commit | fdec20064ee9d7463885383498e0d6d126116511 (patch) | |
tree | 9e0abe96af95fdcdd6dadf6d7b726eab4ddf6020 /textproc/rtf2html | |
parent | 176a81a45cb4f55f1a513c3aeddf2eea438c1243 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |