svn commit: r385975 - head/chinese/libtabe

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 10 19:41:35 UTC 2015


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 at 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 \


More information about the svn-ports-all mailing list