diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 3ef1b507e26a74de3d663f5536b72fbfbd513bdb (patch) | |
tree | c025564197e5cab24f54e21826c2df3b183de578 /net/unison | |
parent | 48d04810cde6a7869f405677d6d482d074499fa3 (diff) | |
download | FreeBSD-ports-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.zip FreeBSD-ports-3ef1b507e26a74de3d663f5536b72fbfbd513bdb.tar.gz |
Style fixes for ports/net.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 42af1f3..fbb4a4a 100644 --- a/net/unison/Makefile +++ b/net/unison/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} |