diff --git a/deskutils/keep-presence/Makefile b/deskutils/keep-presence/Makefile index 292188616a54..e68103716396 100644 --- a/deskutils/keep-presence/Makefile +++ b/deskutils/keep-presence/Makefile @@ -1,33 +1,33 @@ PORTNAME= keep-presence DISTVERSION= 1.0.6 # repo not tagged CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org COMMENT= Prevent system from becoming idle -WWW= https://github.com/moses-palmer/pynput +WWW= https://github.com/carrot69/keep-presence -LICENSE= GPLv3 +LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/../LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynput>0:x11/py-pynput@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= carrot69 GH_TAGNAME= a6cf974 WRKSRC_SUBDIR= src NO_ARCH= yes POST_PLIST= fix-plist post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/keep-presence.py ${STAGEDIR}${PREFIX}/bin/keep-presence fix-plist: @${REINPLACE_CMD} -e "s|bin/keep-presence\.py|bin/keep-presence|" ${TMPPLIST} .include