diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-05 23:06:39 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-05 23:06:39 +0000 |
commit | 372a6a2eb1581ff0a66bb687ae53c1d70ce9dd96 (patch) | |
tree | 4d937ee377fb9d4e1d249492f7479a0e9c6dd955 /dns/libnspsl | |
parent | 73f1ff6e4c04249480e8b68645eaa898b8b77be9 (diff) | |
download | ports-372a6a2eb1581ff0a66bb687ae53c1d70ce9dd96.tar.gz ports-372a6a2eb1581ff0a66bb687ae53c1d70ce9dd96.zip |
dns/libnspsl: Adopt port
Approved by: 0mp (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=564161
Diffstat (limited to 'dns/libnspsl')
-rw-r--r-- | dns/libnspsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libnspsl/Makefile b/dns/libnspsl/Makefile index 7d1d4443c5d2..cf1680ccc857 100644 --- a/dns/libnspsl/Makefile +++ b/dns/libnspsl/Makefile @@ -7,7 +7,7 @@ CATEGORIES= dns MASTER_SITES= https://download.netsurf-browser.org/libs/releases/ EXTRACT_SUFX= -src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nc@FreeBSD.org COMMENT= NetSurf public suffix list handling LICENSE= MIT |