diff options
| author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-08-26 12:46:10 +0200 |
|---|---|---|
| committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-08-26 12:50:46 +0200 |
| commit | 2f31ffb932d2bc45c90271eb399b2c595d2d4962 (patch) | |
| tree | 055ae21e4d4c6b760cd4731f88dfdc5d6aea0b19 /sysutils/915resolution | |
| parent | misc/freebsd-doc-*: Update to rev. 4604d42 from the FreeBSD docset. (diff) | |
sysutils/915resolution: Add missing WWW
Add missing WWW and apply portfmt
Diffstat (limited to 'sysutils/915resolution')
| -rw-r--r-- | sysutils/915resolution/Makefile | 5 |
1 files 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 |
