diff options
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 42af1f374c69..fbb4a4a065b3 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/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} |