diff options
author | linimon <linimon@FreeBSD.org> | 2014-06-06 11:17:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2014-06-06 11:17:16 +0800 |
commit | b36d5ac4aa0509e1ddde83d1f159ccacee6145d6 (patch) | |
tree | da9ed91c730eab97fb87855ee3a3ccd17ff73d57 /net/ttbudget | |
parent | 60c66ed56bb8fdbb9f8298e89179019a79750c06 (diff) | |
download | freebsd-ports-gnome-b36d5ac4aa0509e1ddde83d1f159ccacee6145d6.tar.gz freebsd-ports-gnome-b36d5ac4aa0509e1ddde83d1f159ccacee6145d6.tar.zst freebsd-ports-gnome-b36d5ac4aa0509e1ddde83d1f159ccacee6145d6.zip |
Deprecated: broken, mastersite gone, not staged.
Submitted by: portsmon
Approved by: portmgr (blanket)
Diffstat (limited to 'net/ttbudget')
-rw-r--r-- | net/ttbudget/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile index ef9fdb76119f..0330fb979f83 100644 --- a/net/ttbudget/Makefile +++ b/net/ttbudget/Makefile @@ -12,6 +12,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} MAINTAINER= admin@lissyara.su COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3) +BROKEN= does not build, mastersite disapperead, not staged +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2014-07-06 + USE_BZIP2= yes NO_STAGE= yes @@ -32,10 +36,4 @@ pre-fetch: post-install: @${CAT} ${PKGMESSAGE} -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerprc, or sparc64 -.else -BROKEN= does not build -.endif - .include <bsd.port.post.mk> |