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/xstroke/Makefile | |
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/xstroke/Makefile')
-rw-r--r-- | x11/xstroke/Makefile | 4 |
1 files changed, 2 insertions, 2 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} |