diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-13 23:20:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-13 23:20:58 +0800 |
commit | 6c36d61ed098c0e71dce3eb3ca253efa9c6e7415 (patch) | |
tree | 1f3f49ce0ca71c7359eb0bc3767729d7e568870e /chinese/libtabe | |
parent | 22e94187ba27c70a2232e1ad4a5fd33621c57f0b (diff) | |
download | freebsd-ports-gnome-6c36d61ed098c0e71dce3eb3ca253efa9c6e7415.tar.gz freebsd-ports-gnome-6c36d61ed098c0e71dce3eb3ca253efa9c6e7415.tar.zst freebsd-ports-gnome-6c36d61ed098c0e71dce3eb3ca253efa9c6e7415.zip |
Update MASTER_SITES and unbreak this port
MFH: 2017Q4
Diffstat (limited to 'chinese/libtabe')
-rw-r--r-- | chinese/libtabe/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index f06cdb11fdd2..f6e67ac72466 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -5,14 +5,12 @@ PORTNAME= libtabe PORTVERSION= 0.2.6 PORTREVISION= 8 CATEGORIES= chinese -MASTER_SITES= DEBIAN/pool/main/libt/libtabe/ +MASTER_SITES= http://old-releases.ubuntu.com/ubuntu/pool/universe/libt/libtabe/ DISTNAME= libtabe_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Unified library for Chinese text processing -BROKEN= No public distfiles - LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING @@ -29,7 +27,6 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/tabe \ --with-db-bin=${LOCALBASE}/bin WRKSRC= ${WRKDIR}/${DISTNAME:S|_|-|} MAKE_JOBS_UNSAFE= yes -BROKEN= File unavailable OPTIONS_DEFINE= DOCS X11 OPTIONS_SUB= X11 |