From 7ac519a39ef18763f1787965efa8c179feba7555 Mon Sep 17 00:00:00 2001 From: petef Date: Wed, 29 Aug 2001 19:36:53 +0000 Subject: - update to 2.7.1 - style nits (one tab after VAR=) PR: 30195 Submitted by: maintainer (mostly) --- net/unison-devel/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/unison-devel/Makefile') diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 1d2493b5e533..c8431aebbc4e 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/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 -- cgit