diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 12:52:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 12:52:13 +0000 |
commit | eaf50d6824d9f299aa3846a39246962e3aeb6028 (patch) | |
tree | 1065830584a06130a465de728e0745010db3cbe8 /net/unison/Makefile | |
parent | ffb5aa8d1e851a9ce5abd016dc65d7c4be2ae23b (diff) | |
download | ports-eaf50d6824d9f299aa3846a39246962e3aeb6028.tar.gz ports-eaf50d6824d9f299aa3846a39246962e3aeb6028.zip |
Notes
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index d9b5049cb17c..7f264731ad3c 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.32.52 -PORTREVISION= 1 +PORTVERSION= 2.40.61 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -24,6 +23,7 @@ MAKE_ARGS= CFLAGS="" CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes +ALL_TARGET= unison all LICENCE= GPLv3 |