diff options
author | mat <mat@FreeBSD.org> | 2014-01-28 23:49:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-28 23:49:30 +0800 |
commit | 4eb12cdd164a1de081b4f3dc2286e3316ff64579 (patch) | |
tree | e7d6fb5f3f0ff22d4033bbb0390878b0abce7f86 /textproc | |
parent | bd650f657efc55e35676db2ce0368b622d6bd043 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |