summaryrefslogtreecommitdiff
path: root/lang/fpc
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:32:09 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:32:09 +0000
commit35135f82cd517ed94a6d0e0f852da5c2eb4b3a22 (patch)
tree524199f5fbe273461b5b31bb362894d8a4b77878 /lang/fpc
parentUpdate 2.5.30 --> 2.5.31 (diff)
- s/NOPORTSDOCS/NOPORTDOCS
Reported by: QAT
Notes
Notes: svn path=/head/; revision=259396
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index e1aa56fef17b..f8c8bdf93393 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -366,7 +366,7 @@ do-build:
do-install:
@cd ${WRKDIR}/${WRKUNITDIR} && FPCDIR=${UNITDIR} ${GMAKE} install ${MAKE_ENV}
-. if !defined(NOPORTSDOCS)
+. if !defined(NOPORTDOCS)
. if defined(HAVE_EXAMPLES)
@cd ${WRKDIR}/${WRKUNITDIR} && ${GMAKE} fpc_exampleinstall
. endif