diff options
author | Steve Price <steve@FreeBSD.org> | 2001-03-15 23:13:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-03-15 23:13:16 +0000 |
commit | daa61d3b11c59fba6164bbfbecffae2378643963 (patch) | |
tree | 2785b6e4d9f3eac0754fcf6f6832c8bad131924a /net/unison232 | |
parent | Unbreak by adding xpm library. (diff) |
The MAINTAINER must be a simple email address.
Notes
Notes:
svn path=/head/; revision=39902
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 fbb4a4a065b3..1d2493b5e533 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 |