From 32fef9888d12ddeb523676bb778209cde111ad96 Mon Sep 17 00:00:00 2001 From: wilfried Date: Thu, 19 Apr 2001 10:30:42 +0000 Subject: [PATCH] use version number instead of the unused variable VERSION --- lang/python15/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 95226d3fc93..7eb08a724b7 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/04/07 19:09:19 jasoni Exp $ +# $OpenBSD: Makefile,v 1.5 2001/04/19 10:30:42 wilfried Exp $ # # This port should remain Python 1.5.2. Please do not upgrade. @@ -31,7 +31,7 @@ MULTI_PACKAGES= -tools .endif # The tools package is not flavor dependent. -FULLPKGNAME-tools=python-tools-${VERSION} +FULLPKGNAME-tools=python-tools-1.5.2 FULLPKGNAME=${PKGNAME}${FLAVOR_EXT:S/-no_tools//} .if ${FLAVOR:L:Mtk}