Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 16:53:36 +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: r388735 - head/chinese/libchewing
Message-ID:  <201506071653.t57GraSf073102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jun  7 16:53:36 2015
New Revision: 388735
URL: https://svnweb.freebsd.org/changeset/ports/388735

Log:
  - Style improvements

Modified:
  head/chinese/libchewing/Makefile

Modified: head/chinese/libchewing/Makefile
==============================================================================
--- head/chinese/libchewing/Makefile	Sun Jun  7 16:53:25 2015	(r388734)
+++ head/chinese/libchewing/Makefile	Sun Jun  7 16:53:36 2015	(r388735)
@@ -11,11 +11,13 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Chewing intelligent phonetic input method library
 
 LICENSE=	LGPL21
-LICENSE_FILE=	 ${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
 LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
+BROKEN_powerpc=	does not install on powerpc: signal 6
+
 USES=		cmake gmake libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
@@ -25,10 +27,4 @@ CMAKE_ARGS+=	-DMAKEINFO=${LOCALBASE}/bin
 CFLAGS+=	-I${LOCALBASE}/include
 INFO=		libchewing
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN=		Does not install on powerpc: signal 6
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071653.t57GraSf073102>