diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 16:25:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 16:25:58 +0800 |
commit | 485799663f6ab5429499be809be71d0237b2dd20 (patch) | |
tree | 7b7e1fd8eb9a9249ee256bf583c4f66ef33ab9e6 /net | |
parent | 9d97a11fa8a9acccca52dca3fc0e1d81926cb880 (diff) | |
download | freebsd-ports-gnome-485799663f6ab5429499be809be71d0237b2dd20.tar.gz freebsd-ports-gnome-485799663f6ab5429499be809be71d0237b2dd20.tar.zst freebsd-ports-gnome-485799663f6ab5429499be809be71d0237b2dd20.zip |
Mark broken: fails to fetch.
While here, remove lines that apply to non-supported versions.
Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/gateway6/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/gateway6/Makefile b/net/gateway6/Makefile index af802850e541..c2c39dcd0e49 100644 --- a/net/gateway6/Makefile +++ b/net/gateway6/Makefile @@ -15,6 +15,8 @@ DISTNAME= gw6c-5_0-RELEASE-src MAINTAINER= mike@fth-devel.net COMMENT= Gateway6 Tunnel Setup Protocol Client - Free IPv6 tunnel +BROKEN= fails to fetch + USE_RC_SUBR= gateway6.sh WRKSRC= ${WRKDIR}/tspc-advanced @@ -26,12 +28,7 @@ SUB_FILES= gateway6.sh pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400000 -IGNORE= this program might not be working on FreeBSD version below 4.0 -.endif -.if ${OSVERSION} > 500000 EXTRA_PATCHES= ${FILESDIR}/patch5-template.freebsd.sh -.endif MAKE_ARGS= target=freebsd installdir=${PREFIX} GW6C_DATA= CLIENT-LICENSE.TXT GUI-LICENSE.TXT INSTALL README |