diff options
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 1d2493b5e533..c8431aebbc4e 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -6,20 +6,20 @@ # PORTNAME= unison -PORTVERSION= 2.6.11 +PORTVERSION= 2.7.1 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/ DISTNAME= src -DIST_SUBDIR= unison +DIST_SUBDIR= unison-${PORTVERSION} MAINTAINER= dpelleg+unison@cs.cmu.edu BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes -MAKE_ARGS= UISTYLE=text CFLAGS="" +USE_GMAKE= yes +MAKE_ARGS= UISTYLE=text CFLAGS="" post-install: strip ${PREFIX}/bin/unison |