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/htmlise | |
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/htmlise')
-rw-r--r-- | textproc/htmlise/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 11594cf84098..e5d70e726941 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -15,7 +15,6 @@ TABSIZE?= 8 SRC= htmlise tables markup inline PLIST_FILES= bin/htmlise -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|\(TABSIZE\ \)[0-9]*|\1${TABSIZE}|' \ ${WRKSRC}/${PORTNAME}.h @@ -27,6 +26,6 @@ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${SRC:C/(.*)/${WRKSRC}\/\1.o/} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |