aboutsummaryrefslogtreecommitdiff
path: root/graphics/cfdg
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
commitde494a80910bba9be314cb2d32f0c7e07de7b33f (patch)
tree3645a10ed72391740d754f21302e9a7bd1e2f8ed /graphics/cfdg
parentac9d42d09cab6b10f5e477912a5983632bb16014 (diff)
downloadports-de494a80910bba9be314cb2d32f0c7e07de7b33f.tar.gz
ports-de494a80910bba9be314cb2d32f0c7e07de7b33f.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360491
Diffstat (limited to 'graphics/cfdg')
-rw-r--r--graphics/cfdg/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile
index 87a629c3f3e9..5b5eda6057d6 100644
--- a/graphics/cfdg/Makefile
+++ b/graphics/cfdg/Makefile
@@ -24,15 +24,13 @@ USES= gmake
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/cfdg
-.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
-.endif
+
+OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${STAGEDIR}${PREFIX}/bin
-.if !defined(NOPORTEXAMPLES)
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/input/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.mk>