diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-05 20:22:02 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-05 20:22:02 +0000 |
commit | ddc550ff99131ed2bd4a88a7697d39209bb12846 (patch) | |
tree | 29b4d5468cf992e8cbc961e010614eb345b72dcb /net/unison232 | |
parent | 18eb550f56fe3aafc605e62cc8996ba8626d0c29 (diff) | |
download | ports-ddc550ff99131ed2bd4a88a7697d39209bb12846.tar.gz ports-ddc550ff99131ed2bd4a88a7697d39209bb12846.zip |
Notes
Diffstat (limited to 'net/unison232')
-rw-r--r-- | net/unison232/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 9e2e2a05cb8c..52afb8e580f1 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -3,7 +3,7 @@ PORTNAME= unison PORTVERSION= 2.32.52 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= 232 @@ -15,6 +15,8 @@ MAINTAINER= mandree@FreeBSD.org # Implicit approval for port changes granted to Guido Falsi <madpilot@FreeBSD.org> COMMENT= User-level file synchronization tool +LICENSE= GPLv3 + PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes WANT_GNOME= yes @@ -22,8 +24,6 @@ MAKE_ARGS= CFLAGS="" MAKE_JOBS_UNSAFE= yes -LICENSE= GPLv3 - OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT= DOCS X11 @@ -56,6 +56,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PORT_OPTIONS:MX11} +post-patch: + @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ + ${WRKSRC}/Makefile.OCaml + post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} |