diff options
author | steve <steve@FreeBSD.org> | 2001-03-16 07:13:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-03-16 07:13:16 +0800 |
commit | 685bbd57e9c70d94b79f74d4a8ec62910d0503e6 (patch) | |
tree | 69224fa288aed0d9077a94a9a32ea5b0770ae506 /net/unison232 | |
parent | bdcbca27e25abe89ec57dfa91651e791948fd3f3 (diff) | |
download | freebsd-ports-graphics-685bbd57e9c70d94b79f74d4a8ec62910d0503e6.tar.gz freebsd-ports-graphics-685bbd57e9c70d94b79f74d4a8ec62910d0503e6.tar.zst freebsd-ports-graphics-685bbd57e9c70d94b79f74d4a8ec62910d0503e6.zip |
The MAINTAINER must be a simple email address.
Diffstat (limited to 'net/unison232')
-rw-r--r-- | net/unison232/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index fbb4a4a065b..1d2493b5e53 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-$ DISTNAME= src DIST_SUBDIR= unison -MAINTAINER= Dan Pelleg <dpelleg+unison@cs.cmu.edu> +MAINTAINER= dpelleg+unison@cs.cmu.edu BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml |