git: 4458ee6e5271 - main - www/so: Use Makefiles.crates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Aug 2022 13:29:01 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4458ee6e52715c6435cd4153d928a2586dc0c31f commit 4458ee6e52715c6435cd4153d928a2586dc0c31f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2022-08-11 13:25:48 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-08-11 13:28:51 +0000 www/so: Use Makefiles.crates PR: 265149 Approved by: maintainer timeout, 1 month --- www/so/Makefile | 3 +-- www/so/{bsd.so.mk => Makefile.crates} | 0 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www/so/Makefile b/www/so/Makefile index abbd8c78936d..d5be06c6e1e3 100644 --- a/www/so/Makefile +++ b/www/so/Makefile @@ -15,8 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= samtay PLIST_FILES= bin/so -PORTDOCS= *.md PORTDATA= themes/*.toml +PORTDOCS= *.md OPTIONS_DEFINE= DOCS @@ -29,5 +29,4 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) -.include "${.CURDIR}/bsd.so.mk" .include <bsd.port.mk> diff --git a/www/so/bsd.so.mk b/www/so/Makefile.crates similarity index 100% rename from www/so/bsd.so.mk rename to www/so/Makefile.crates