diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-13 15:20:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-13 15:20:58 +0000 |
commit | dd910d5e669c97bb952a7d9b0f4e90a19dfaee63 (patch) | |
tree | 1f3f49ce0ca71c7359eb0bc3767729d7e568870e | |
parent | 60a05e200aee53d09a52a435c347c116c9675cbb (diff) | |
download | ports-dd910d5e669c97bb952a7d9b0f4e90a19dfaee63.tar.gz ports-dd910d5e669c97bb952a7d9b0f4e90a19dfaee63.zip |
Update MASTER_SITES and unbreak this port
MFH: 2017Q4
Notes
Notes:
svn path=/head/; revision=452012
-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 |