diff options
author | taca <taca@pkgsrc.org> | 2008-01-11 15:41:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-11 15:41:02 +0000 |
commit | 6d9324864cc163ad04af42d4b4ee98a61cb58866 (patch) | |
tree | fcd65755ba2856d62711fabd0030b5d8f8d962d2 | |
parent | 326116e64f0f55d5408b564fc5686cb85f16612b (diff) | |
download | pkgsrc-6d9324864cc163ad04af42d4b4ee98a61cb58866.tar.gz |
Remove an unused commented out lint.
-rw-r--r-- | www/zope/zopeversion.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/zope/zopeversion.mk b/www/zope/zopeversion.mk index dc796a7ca1b..2a457208b4a 100644 --- a/www/zope/zopeversion.mk +++ b/www/zope/zopeversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: zopeversion.mk,v 1.3 2008/01/06 15:49:42 taca Exp $ +# $NetBSD: zopeversion.mk,v 1.4 2008/01/11 15:41:02 taca Exp $ # .if !defined(_ZOPEVERSION_MK) @@ -95,7 +95,6 @@ _ZOPE_VERSION_${zv}_OK= yes # check what is installed .for zv in ${ZOPE_VERSION_SUPPORTED} .if exists(${LOCALBASE}/${ZOPE_COMMON}/zope${zv}) -#.if exists(${LOCALBASE}/zope${zv}) _ZOPE_VERSION_${zv}_INSTALLED= yes .endif .endfor |