diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index ff612795ecd1..1b039c92d960 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -1,20 +1,20 @@ PORTNAME= thingylaunch PORTVERSION= 3.0.0 CATEGORIES= x11 -MASTER_SITES= https://code.ptrcrt.ch/thingylaunch/tarball/${PORTVERSION}/ +MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${PORTVERSION}/ MAINTAINER= gahr@FreeBSD.org COMMENT= Lightweight launcher for X -WWW= https://www.gahr.ch/thingylaunch +WWW= https://code.ptrcrt.ch/${PORTNAME} LICENSE= BSD2CLAUSE USES= compiler:c++11-lib xorg USE_XORG= xorgproto xcb LIB_DEPENDS+= libxcb-icccm.so:x11/xcb-util-wm \ libxcb-keysyms.so:x11/xcb-util-keysyms USE_CXXSTD= c++11 PLIST_FILES= bin/${PORTNAME} .include