summaryrefslogtreecommitdiff
path: root/net/omniORB
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/omniORB
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/omniORB')
-rw-r--r--net/omniORB/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile
index c20ab70f8fc..3168c1b5e1f 100644
--- a/net/omniORB/Makefile
+++ b/net/omniORB/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:50 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/03 11:45:46 rillig Exp $
DISTNAME= omniORB-4.1.7
PKGREVISION= 2
@@ -16,19 +16,19 @@ GNU_CONFIGURE= YES
USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOS4.pc.in
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOSDynamic4.pc.in
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniConnectionMgmt4.pc.in
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniDynamic4.pc.in
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniORB4.pc.in
-PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omnithread3.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOS4.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniCOSDynamic4.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniConnectionMgmt4.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniDynamic4.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omniORB4.pc.in
+PKGCONFIG_OVERRIDE+= contrib/pkgconfig/omnithread3.pc.in
# omniORB requires native threads support
PTHREAD_OPTS= require native
-RCD_SCRIPTS= omninames
+RCD_SCRIPTS= omninames
-OMNIORB_ETCDIR?= ${PKG_SYSCONFDIR}
-OMNIORB_CONFIG= ${OMNIORB_ETCDIR}/omniORB.cfg
+OMNIORB_ETCDIR?= ${PKG_SYSCONFDIR}
+OMNIORB_CONFIG= ${OMNIORB_ETCDIR}/omniORB.cfg
CONFIGURE_ARGS+= --with-omniORB-config=${OMNIORB_CONFIG:Q}
#CONFIGURE_ARGS+= --with-omniNames-logdir=
@@ -43,8 +43,8 @@ PKG_SUGGESTED_OPTIONS= inet6
CONFIGURE_ARGS+=--disable-ipv6
.endif
-PY_PATCHPLIST= yes
-REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py
+PY_PATCHPLIST= yes
+REPLACE_PYTHON+= src/tool/omniidl/python/scripts/omniidlrun.py
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.1.7
post-install: