diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-01-05 15:33:39 +0000 |
commit | f4ee943fba3f5055f44156213bcbcfc411104ab2 (patch) | |
tree | c26d3bc8c201b3a788547da4030f134e03139ce6 /net/libvncserver | |
parent | f1bb915d615d261e8d29277f1deffe70572d215d (diff) |
Notes
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 874623943adc..4643609e4328 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -11,7 +11,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 132c1389390c.patch:-p1 # https://github.com/LibVNC/libvncserver/pull/453 PATCHFILES+= 0becaf749e83.patch:-p1 # https://github.com/LibVNC/libvncserver/pull/453 -MAINTAINER= neel@neelc.org +MAINTAINER= nc@FreeBSD.org COMMENT= Provide an easy API to a custom vnc server LICENSE= GPLv2 |