diff options
author | dhn <dhn@FreeBSD.org> | 2011-07-24 16:44:29 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-07-24 16:44:29 +0800 |
commit | 9e2e78791394bb8825640def5f44c1bee83403a0 (patch) | |
tree | 147846a932a54f53ffbcde3b20cb226a1c9a4298 /x11-wm/i3/Makefile | |
parent | 767358ee7b42e06c207041fc5df1234faa64532d (diff) | |
download | freebsd-ports-gnome-9e2e78791394bb8825640def5f44c1bee83403a0.tar.gz freebsd-ports-gnome-9e2e78791394bb8825640def5f44c1bee83403a0.tar.zst freebsd-ports-gnome-9e2e78791394bb8825640def5f44c1bee83403a0.zip |
- Update to 3.e-bf3
- Update MASTER_SITES/WWW
PR: ports/159148
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Diffstat (limited to 'x11-wm/i3/Makefile')
-rw-r--r-- | x11-wm/i3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 2516ad0ce254..4bc39a5df9ae 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -6,9 +6,9 @@ # PORTNAME= i3 -DISTVERSION= 3.e-bf2 +DISTVERSION= 3.e-bf3 CATEGORIES= x11-wm -MASTER_SITES= http://i3.zekjur.net/downloads/ \ +MASTER_SITES= http://i3wm.org/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dhn @@ -41,10 +41,6 @@ MAN1= i3.1 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= Does not compile on FreeBSD 6.X -.endif - post-extract: @cd ${WRKSRC} && ${CP} i3.config config.sample @cd ${WRKSRC} && ${CP} i3.welcome welcome |