svn commit: r388735 - head/chinese/libchewing

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 16:53:37 UTC 2015


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


More information about the svn-ports-all mailing list