summaryrefslogtreecommitdiff
path: root/net/py-omniORBpy
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
committerrodent <rodent@pkgsrc.org>2013-04-08 11:17:08 +0000
commit2ab539dcf6641013cf030237fb4971b6a93757f5 (patch)
treea54d33520d98c61ee2a68e3afa6cf5aa83a00659 /net/py-omniORBpy
parent1054a5082d340e88a0cf0e94890180a792e2e11a (diff)
downloadpkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'net/py-omniORBpy')
-rw-r--r--net/py-omniORBpy/hacks.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-omniORBpy/hacks.mk b/net/py-omniORBpy/hacks.mk
index b50f1eb1d55..9151c56a9c7 100644
--- a/net/py-omniORBpy/hacks.mk
+++ b/net/py-omniORBpy/hacks.mk
@@ -1,14 +1,14 @@
-# $NetBSD: hacks.mk,v 1.1 2012/02/28 07:20:21 sbd Exp $
+# $NetBSD: hacks.mk,v 1.2 2013/04/08 11:17:18 rodent Exp $
.if !defined(HACKS_MK)
HACKS_MK= defined
### [ Tue Feb 28 17:44:28 NZDT 2012 : sbd ]
-### The omniORB package install files into ${PYSITELIB}/omniidl_be,
+### The omniORB package install files into ${PYSITELIB}/omniidl_be,
### but the only files that conflicts are __init__.py with the comment
### "Empty file to convince Python that this is a module." and __init__.pyc.
### So if this package is being built with the same PYTHON_VERSION_DEFAULT as
### omniORB was simply don't install the __int__.py{,c} files.
-###
+###
PKG_HACKS+= omniidl_be_init
PLIST_VARS+= omniidl_be_init
.if defined(_PKGSRC_BARRIER)