svn commit: r360425 - head/japanese/ibus-skk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jul 3 17:34:07 UTC 2014
Author: amdmi3
Date: Thu Jul 3 17:34:06 2014
New Revision: 360425
URL: http://svnweb.freebsd.org/changeset/ports/360425
QAT: https://qat.redports.org/buildarchive/r360425/
Log:
- Remove indefinite article from COMMENT
- Use new LIB_DEPENDS syntax
- Stagify
Modified:
head/japanese/ibus-skk/Makefile
Modified: head/japanese/ibus-skk/Makefile
==============================================================================
--- head/japanese/ibus-skk/Makefile Thu Jul 3 17:33:14 2014 (r360424)
+++ head/japanese/ibus-skk/Makefile Thu Jul 3 17:34:06 2014 (r360425)
@@ -8,11 +8,11 @@ CATEGORIES= japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A Japanese SKK input engine for IBus
+COMMENT= Japanese SKK input engine for IBus
RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo
-LIB_DEPENDS= skk:${PORTSDIR}/japanese/libskk \
- ibus-1.0:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \
+ libibus-1.0.so:${PORTSDIR}/textproc/ibus
USE_PYTHON= yes
USES= gettext gmake pkgconfig
@@ -24,14 +24,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= NLS
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/skk/SKK-JISYO.L|${LOCALBASE}/share/skk/SKK-JISYO.L|' ${WRKSRC}/src/preferences.c
-post-install:
- @${CAT} ${PKGMESSAGE}
- @${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
-
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MNLS}
More information about the svn-ports-head
mailing list