diff options
author | tdb <tdb@FreeBSD.org> | 2006-03-21 18:13:35 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-03-21 18:13:35 +0800 |
commit | ed27f4e0b4694c8025b04533d7d7f4082484c6df (patch) | |
tree | aeada0e3c85639751e9c130d37847de6af7cb5ca /x11 | |
parent | 161f54ac8a5001f65452174482ce2e000141b7bb (diff) | |
download | freebsd-ports-gnome-ed27f4e0b4694c8025b04533d7d7f4082484c6df.tar.gz freebsd-ports-gnome-ed27f4e0b4694c8025b04533d7d7f4082484c6df.tar.zst freebsd-ports-gnome-ed27f4e0b4694c8025b04533d7d7f4082484c6df.zip |
- Fix MASTER_SITES, make fetchable
- Drop USE_REINPLACE
- Drop WWW, since there doesn't appear to be an appropriate one
PR: 94763
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 4 | ||||
-rw-r--r-- | x11/xstroke/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 31b4692b52bd..b005f706cbbf 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -9,7 +9,8 @@ PORTNAME= xstroke PORTVERSION= 0.5.12 PORTREVISION= 4 CATEGORIES= x11 -MASTER_SITES= http://xstroke.org/releases/ +MASTER_SITES= ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \ + http://www.handhelds.org/download/projects/xstroke/release-0.5/ MAINTAINER= ports@FreeBSD.org COMMENT= Fullscreen gesture recognition @@ -17,7 +18,6 @@ COMMENT= Fullscreen gesture recognition LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_GETOPT_LONG=yes -USE_REINPLACE= yes USE_BISON= yes USE_IMAKE= yes CFLAGS+= ${PTHREAD_CFLAGS} diff --git a/x11/xstroke/pkg-descr b/x11/xstroke/pkg-descr index f3780b7b4651..f8c509d66fbd 100644 --- a/x11/xstroke/pkg-descr +++ b/x11/xstroke/pkg-descr @@ -6,5 +6,3 @@ gestures and performs actions based on the gestures. xstroke is most commonly configured to "type" characters in response to gestures, but it can also emulate mouse button "clicks", launch programs, and other fun things. - -WWW: http://www.xstroke.org/ |