aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-28 23:49:30 +0800
committermat <mat@FreeBSD.org>2014-01-28 23:49:30 +0800
commit4eb12cdd164a1de081b4f3dc2286e3316ff64579 (patch)
treee7d6fb5f3f0ff22d4033bbb0390878b0abce7f86 /textproc
parentbd650f657efc55e35676db2ce0368b622d6bd043 (diff)
downloadfreebsd-ports-gnome-4eb12cdd164a1de081b4f3dc2286e3316ff64579.tar.gz
freebsd-ports-gnome-4eb12cdd164a1de081b4f3dc2286e3316ff64579.tar.zst
freebsd-ports-gnome-4eb12cdd164a1de081b4f3dc2286e3316ff64579.zip
Convert to staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r--textproc/html2fo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/html2fo/Makefile b/textproc/html2fo/Makefile
index 2253731fac5d..e34fed063333 100644
--- a/textproc/html2fo/Makefile
+++ b/textproc/html2fo/Makefile
@@ -14,8 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>