From 0d075ccef97dd023f7330480fe925b4185868517 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 12 Nov 1998 14:56:32 +0000 Subject: Move DIST_SUBDIR definition down in Makefile, to keep pkglint happy. --- x11/py-Tk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/py-Tk') diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile index 58ac50b107a..2a1bf3abe04 100644 --- a/x11/py-Tk/Makefile +++ b/x11/py-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/09/27 22:24:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/12 14:56:32 agc Exp $ # DISTNAME= pyth151 @@ -6,7 +6,6 @@ PKGNAME= py-Tk-1.5.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.python.org/pub/python/src/ EXTRACT_SUFX= .tgz -DIST_SUBDIR= python MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/topics/tkinter/ @@ -15,6 +14,8 @@ DEPENDS+= python-1.5.1:../../lang/python DEPENDS+= tk-8.0p2:../../x11/tk80 DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DIST_SUBDIR= python + NOT_FOR_ARCHS= alpha # possibly broken WRKSRC= ${WRKDIR}/Python-1.5.1/Modules -- cgit v1.2.3