diff options
Diffstat (limited to 'devel/cc65/Makefile')
-rw-r--r-- | devel/cc65/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 2402c690671d..b1681899d932 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -59,11 +59,4 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MINFO} -DEPRECATED= Depends on expired textproc/linuxdoc-tools -EXPIRATION_DATE=2025-06-21 -.endif - .include <bsd.port.mk> |