From cc1634325cf8be4464960ec4930238a05a1a3d8d Mon Sep 17 00:00:00 2001 From: Marco Beishuizen Date: Wed, 9 Oct 2024 20:22:44 +0200 Subject: [PATCH] x11/temperature.app: Drop maintainership While I'm here: * switch to DISTVERSION. * pet portclippy PR: 281967 Approved by: submitter was maintainer --- x11/temperature.app/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/temperature.app/Makefile b/x11/temperature.app/Makefile index 5838d68c9713..16d6fcf395ed 100644 --- a/x11/temperature.app/Makefile +++ b/x11/temperature.app/Makefile @@ -1,10 +1,10 @@ PORTNAME= temperature.app -PORTVERSION= 1.5 +DISTVERSION= 1.5 CATEGORIES= x11 windowmaker MASTER_SITES= https://www.dockapps.net/download/ -DISTNAME= Temperature.app-${PORTVERSION} +DISTNAME= Temperature.app-${DISTVERSION} -MAINTAINER= mbeis@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Dockable WindowMaker applet which displays the local temperature WWW= https://www.dockapps.net/temperatureapp @@ -16,8 +16,8 @@ RUN_DEPENDS= wget:ftp/wget USES= xorg USE_XORG= x11 xpm -PORTDOCS= README PLIST_FILES= bin/Temperature.app +PORTDOCS= README OPTIONS_DEFINE= DOCS