aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-base
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
commit864284545c6823762414172864b5be11fb77aaed (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /lang/fpc-base
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Stage support
Notes
Notes: svn path=/head/; revision=341492
Diffstat (limited to 'lang/fpc-base')
-rw-r--r--lang/fpc-base/Makefile12
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>