aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fv
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 /devel/fpc-fv
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Notes
Diffstat (limited to 'devel/fpc-fv')
-rw-r--r--devel/fpc-fv/Makefile7
-rw-r--r--devel/fpc-fv/pkg-plist12
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/fpc-fv/Makefile b/devel/fpc-fv/Makefile
index 679766ea7278..ac4ddb6d0691 100644
--- a/devel/fpc-fv/Makefile
+++ b/devel/fpc-fv/Makefile
@@ -12,7 +12,10 @@ USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
+
+OPTIONS_DEFINE= EXAMPLES
+
+HAVE_EXAMPLES= yes
-NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/devel/fpc-fv/pkg-plist b/devel/fpc-fv/pkg-plist
index 9f32a2d4a6fa..8ba3957a2e3c 100644
--- a/devel/fpc-fv/pkg-plist
+++ b/devel/fpc-fv/pkg-plist
@@ -68,13 +68,13 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpviews.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpsysmsg.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libpasciitab.a
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/libptimeddlg.a
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fv/testapp.lpi
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fv/testapp.pas
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fv/Makefile.fpc
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fv/Makefile
+%%PORTEXAMPLES%%share/examples/fpc-%%PORTVERSION%%/fv/testapp.lpi
+%%PORTEXAMPLES%%share/examples/fpc-%%PORTVERSION%%/fv/testapp.pas
+%%PORTEXAMPLES%%share/examples/fpc-%%PORTVERSION%%/fv/Makefile.fpc
+%%PORTEXAMPLES%%share/examples/fpc-%%PORTVERSION%%/fv/Makefile
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc
-%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/fv
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%
+%%PORTEXAMPLES%%@dirrm share/examples/fpc-%%PORTVERSION%%/fv
+%%PORTEXAMPLES%%@dirrmtry share/examples/fpc-%%PORTVERSION%%