Date: Sun, 10 May 2015 19:41:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385975 - head/chinese/libtabe Message-ID: <201505101941.t4AJfZdi018735@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 10 19:41:34 2015 New Revision: 385975 URL: https://svnweb.freebsd.org/changeset/ports/385975 Log: - Simplify MASTER_SITES - Add LICENSE - Strip library Modified: head/chinese/libtabe/Makefile Modified: head/chinese/libtabe/Makefile ============================================================================== --- head/chinese/libtabe/Makefile Sun May 10 18:56:05 2015 (r385974) +++ head/chinese/libtabe/Makefile Sun May 10 19:41:34 2015 (r385975) @@ -3,14 +3,17 @@ PORTNAME= libtabe PORTVERSION= 0.2.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/libt/libtabe/|} +MASTER_SITES= DEBIAN/pool/main/libt/libtabe/ DISTNAME= libtabe_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Unified library for Chinese text processing +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -51,6 +54,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtabe.so .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tsi-src/README \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101941.t4AJfZdi018735>