diff options
author | petef <petef@FreeBSD.org> | 2001-08-30 03:36:53 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-30 03:36:53 +0800 |
commit | 7ac519a39ef18763f1787965efa8c179feba7555 (patch) | |
tree | 7366119203a96c03a65ebfeca87ebe228d309036 /net/unison-devel/Makefile | |
parent | ea60492a88eb9eb13bdba24660dbc7b627694702 (diff) | |
download | freebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.tar.gz freebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.tar.zst freebsd-ports-gnome-7ac519a39ef18763f1787965efa8c179feba7555.zip |
- update to 2.7.1
- style nits (one tab after VAR=)
PR: 30195
Submitted by: maintainer (mostly)
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |