diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 19:18:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-23 19:18:28 +0000 |
commit | 404333a9137c2b5fe119ef9cf354935a8fe4b2fb (patch) | |
tree | 954e9e93952b8fd7a4204d78cf19a7093531961d /devel/cdk/Makefile | |
parent | 62ceacf928646bf0caa7bc72266824002b6655c9 (diff) |
Notes
Diffstat (limited to 'devel/cdk/Makefile')
-rw-r--r-- | devel/cdk/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index de08f2d484ef..710bd1ec1ba8 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -41,13 +41,6 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) cdk-config|$(INSTALL_SCRIPT) cdk-config|g' \ ${WRKSRC}/Makefile.in -pre-install: -.if ${PORT_OPTIONS:MEXAMPLES} -PLIST_SUB+= EXAMPLES="" -.else -PLIST_SUB+= EXAMPLES="@comment " -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${INSTALL} -d ${EXAMPLESDIR} |