diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 19:42:41 +0000 |
commit | ce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch) | |
tree | 0494fe00c49ea3830e889c19ae243db33bf4c4ae /net/omniORB | |
parent | 825a5876bf4165e83081ef46539dc487f864d4bb (diff) | |
download | pkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz |
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'net/omniORB')
-rw-r--r-- | net/omniORB/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 8a7a9539f45..10396cddbff 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:44 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $ # DISTNAME= omniORB-4.1.5 PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/} -EXTRACT_SUFX+= .tar.bz2 +EXTRACT_SUFX= .tar.bz2 MAINTAINER= ianzag@mail.ru HOMEPAGE= http://omniorb.sourceforge.net/ |