git: 2f31ffb932d2 - main - sysutils/915resolution: Add missing WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 10:52:14 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f31ffb932d2bc45c90271eb399b2c595d2d4962 commit 2f31ffb932d2bc45c90271eb399b2c595d2d4962 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-08-26 10:46:10 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-08-26 10:50:46 +0000 sysutils/915resolution: Add missing WWW Add missing WWW and apply portfmt --- sysutils/915resolution/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile index d28952ecc207..1d3d1899372a 100644 --- a/sysutils/915resolution/Makefile +++ b/sysutils/915resolution/Makefile @@ -7,16 +7,17 @@ MASTER_SITES= LOCAL/cy MAINTAINER= ports@FreeBSD.org COMMENT= Resolution tool for Intel i915 video cards +WWW= http://915resolution.mango-lang.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE.txt -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 USE_RC_SUBR= 915resolution PLIST_FILES= sbin/915resolution -PORTDOCS= README.txt chipset_info.txt changes.log +PORTDOCS= README.txt changes.log chipset_info.txt OPTIONS_DEFINE= DOCS