diff options
author | bsam <bsam@FreeBSD.org> | 2013-09-25 05:58:37 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-09-25 05:58:37 +0800 |
commit | d30584dd194d9427037b44a0b49ac4d30f2b4ae5 (patch) | |
tree | 8725f9cc96dc7bf5015fb1158408cb51955b3246 /devel | |
parent | ac364b3a680c5d4037e728c74323455dad5300fe (diff) | |
download | freebsd-ports-gnome-d30584dd194d9427037b44a0b49ac4d30f2b4ae5.tar.gz freebsd-ports-gnome-d30584dd194d9427037b44a0b49ac4d30f2b4ae5.tar.zst freebsd-ports-gnome-d30584dd194d9427037b44a0b49ac4d30f2b4ae5.zip |
Support stage.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/qct/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/qct/Makefile b/devel/qct/Makefile index 5ea6a3c23e7e..db27fdfb4127 100644 --- a/devel/qct/Makefile +++ b/devel/qct/Makefile @@ -20,13 +20,8 @@ USE_PYDISTUTILS= yes WRKSRC= ${WRKDIR}/qct OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${DOCSDIR}/qct.1.txt -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt .include <bsd.port.mk> |