diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-12-14 21:48:10 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-12-14 21:48:10 +0000 |
commit | 2127a44c33303c524cc663f2ee6b9c2fa43ee1d2 (patch) | |
tree | 97a408059d1d4b5207fdbfb759af34b436fbdb13 /textproc | |
parent | c14b26af55310ae86b92e9578f1af43581513863 (diff) | |
download | ports-2127a44c33303c524cc663f2ee6b9c2fa43ee1d2.tar.gz ports-2127a44c33303c524cc663f2ee6b9c2fa43ee1d2.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-text/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 2510aae802be..573ce7df53eb 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- -MAINTAINER= johans@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML parser for OCaml BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/netstring/netstring.a:www/ocaml-net diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 7447b66ae829..68109dd37c2d 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.8 CATEGORIES= textproc PKGNAMEPREFIX= ocaml- -MAINTAINER= johans@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library for dealing with text USE_GITHUB= yes |