diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /inputmethod | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/bad-env-usage.mk | 4 | ||||
-rw-r--r-- | inputmethod/prime/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/inputmethod/ibus/bad-env-usage.mk b/inputmethod/ibus/bad-env-usage.mk index 99e0684ee53..4e145b7b02c 100644 --- a/inputmethod/ibus/bad-env-usage.mk +++ b/inputmethod/ibus/bad-env-usage.mk @@ -1,4 +1,4 @@ -# $NetBSD: bad-env-usage.mk,v 1.1 2010/08/11 13:11:56 obache Exp $ +# $NetBSD: bad-env-usage.mk,v 1.2 2013/04/08 11:17:15 rodent Exp $ # # Makefile intended to be included by packages that need to fix bad env usage: @@ -8,5 +8,5 @@ SUBST_CLASSES+= badenv SUBST_MESSAGE.badenv= Fixing bad ENV usage. SUBST_STAGE.badenv= do-configure-pre-hook SUBST_FILES.badenv= ${_REPLACE_LOCALEDIR} -SUBST_SED.badenv= -e 's|^ENV[ :]*=|BIN_ENV=|' +SUBST_SED.badenv= -e 's|^ENV[ :]*=|BIN_ENV=|' SUBST_SED.badenv+= -e 's|\$$(ENV)|$$\(BIN_ENV\)|g' diff --git a/inputmethod/prime/Makefile b/inputmethod/prime/Makefile index 92f8a4a33f9..aa8368b8921 100644 --- a/inputmethod/prime/Makefile +++ b/inputmethod/prime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/06 14:25:15 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/08 11:17:15 rodent Exp $ # DISTNAME= prime-1.0.0.1 @@ -20,7 +20,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sary-[0-9]*:../../textproc/ruby-sary # #CONFLICTS+= ruby[1-9][0-9]-prime-[1-9]* # -# Currently, it seems some encoding problem. +# Currently, it seems some encoding problem. # RUBY_VERSION_SUPPORTED= 18 diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index 25f4b194234..3401702c3ac 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/03/06 11:06:56 obache Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/08 11:17:15 rodent Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} @@ -7,7 +7,7 @@ CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim LICENSE= modified-bsd -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libgcroots=installed |