diff options
Diffstat (limited to 'devel/fifechan')
-rw-r--r-- | devel/fifechan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile index fa66e98ab65f..17c5dcf34a57 100644 --- a/devel/fifechan/Makefile +++ b/devel/fifechan/Makefile @@ -1,11 +1,11 @@ PORTNAME= fifechan PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Small, efficient C++ GUI library designed for games -WWW= http://fifengine.net/ +WWW= https://fifengine.github.io/fifechan/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.md |