diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 09:55:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 09:55:45 +0800 |
commit | 00063564e3d597182b28567304f62233f2d73951 (patch) | |
tree | 9506e94c24714932e8c497b11eeaa36d081a5735 /graphics | |
parent | b54c03f8f1816ec4a30cb12f2b6aa582bc397516 (diff) | |
download | freebsd-ports-gnome-00063564e3d597182b28567304f62233f2d73951.tar.gz freebsd-ports-gnome-00063564e3d597182b28567304f62233f2d73951.tar.zst freebsd-ports-gnome-00063564e3d597182b28567304f62233f2d73951.zip |
- Stage support
- Support DOCS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libemf/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 2bc2cbb2c50e..c95f69651b2b 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= SF MAINTAINER= maho@FreeBSD.org COMMENT= Enhanced Metafile Library +OPTIONS_DEFINE= DOCS + USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -NO_STAGE= yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |