diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:50:41 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:50:41 +0800 |
commit | 3ef1b507e26a74de3d663f5536b72fbfbd513bdb (patch) | |
tree | c025564197e5cab24f54e21826c2df3b183de578 /net/unison232 | |
parent | 48d04810cde6a7869f405677d6d482d074499fa3 (diff) | |
download | freebsd-ports-gnome-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.tar.gz freebsd-ports-gnome-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.tar.zst freebsd-ports-gnome-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.zip |
Style fixes for ports/net.
Diffstat (limited to 'net/unison232')
-rw-r--r-- | net/unison232/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 42af1f374c69..fbb4a4a065b3 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= unison -PORTVERSION= 2.6.11 -CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/ -DISTNAME= src -DIST_SUBDIR= unison +PORTNAME= unison +PORTVERSION= 2.6.11 +CATEGORIES= net +MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/ +DISTNAME= src +DIST_SUBDIR= unison -MAINTAINER= Dan Pelleg <dpelleg+unison@cs.cmu.edu> +MAINTAINER= Dan Pelleg <dpelleg+unison@cs.cmu.edu> -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |