diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-28 08:16:57 +0800 |
commit | e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /lang/fpc-base | |
parent | 2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff) | |
download | freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst freebsd-ports-gnome-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip |
Stage support
Diffstat (limited to 'lang/fpc-base')
-rw-r--r-- | lang/fpc-base/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index 725dfbb07d83..4048664a8bde 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -13,14 +13,12 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Meta package to install all of the Free Pascal base WANT_FPC_BASE= yes - -.if !defined(NOPORTDOCS) -RUN_DEPENDS+= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs -.endif - NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +OPTIONS_DEFINE= DOCS -do-install: # empty +DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs -NO_STAGE= yes .include <bsd.port.mk> |