diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-10-23 06:59:48 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-10-23 06:59:48 +0000 |
commit | 650704aa95250c5935e36ad876c8761a9e4e117e (patch) | |
tree | 6cef24dddd036a9d2c79db9938df16a40c822e29 /textproc | |
parent | a170f3bf1dcbc25e02d5af9b735b733a9e18fbde (diff) | |
download | ports-650704aa95250c5935e36ad876c8761a9e4e117e.tar.gz ports-650704aa95250c5935e36ad876c8761a9e4e117e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/multimarkdown/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index b8306e9e9d3b..c3cc90a1c4f8 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 6.4.0 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Extended Markdown processor with more features, written in C LICENSE= BSD3CLAUSE MIT GPLv2+ ZLIB @@ -17,6 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= cmake compiler:c11 localbase:ldflags USE_GITHUB= yes + GH_ACCOUNT= fletcher GH_PROJECT= MultiMarkdown-6 |