aboutsummaryrefslogtreecommitdiff
path: root/graphics/libemf
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:55:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-21 01:55:45 +0000
commitd1ee9aafbe2e339c8eb8a668ff44e56e3f09f7fc (patch)
tree9506e94c24714932e8c497b11eeaa36d081a5735 /graphics/libemf
parentcc2c926e6dbd6d091d01e55e65e05470b427a6bb (diff)
downloadports-d1ee9aafbe2e339c8eb8a668ff44e56e3f09f7fc.tar.gz
ports-d1ee9aafbe2e339c8eb8a668ff44e56e3f09f7fc.zip
Notes
Diffstat (limited to 'graphics/libemf')
-rw-r--r--graphics/libemf/Makefile13
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>