diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 06:22:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 06:22:24 +0800 |
commit | 639ce9a53e284f1e69438e3fa44de72a5765da2c (patch) | |
tree | 29aa7e9fa4c8f1336e1007b4a80c3a3aebcd2368 /graphics/mirage | |
parent | 26212de422603aee5914a282ef1e2548b0db8ea9 (diff) | |
download | freebsd-ports-gnome-639ce9a53e284f1e69438e3fa44de72a5765da2c.tar.gz freebsd-ports-gnome-639ce9a53e284f1e69438e3fa44de72a5765da2c.tar.zst freebsd-ports-gnome-639ce9a53e284f1e69438e3fa44de72a5765da2c.zip |
Switch to options helper
Diffstat (limited to 'graphics/mirage')
-rw-r--r-- | graphics/mirage/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile index c5fc8e8795a7..040fd2abf19b 100644 --- a/graphics/mirage/Makefile +++ b/graphics/mirage/Makefile @@ -29,9 +29,11 @@ post-patch: 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} (cd ${STAGEDIR}${PYTHON_SITELIBDIR} && ${STRIP_CMD} \ imgfuncs.so xmouse.so) +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + .include <bsd.port.mk> |