diff options
author | agc <agc> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:28:26 +0000 |
commit | 6398ad1c91f936aad713b5f6bb81200491731292 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/py-wxWindows | |
parent | 1e53090cc228edde244c3b79950271b8ca469b1f (diff) | |
download | pkgsrc-6398ad1c91f936aad713b5f6bb81200491731292.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile index 93c1b898561..46f5439da65 100644 --- a/x11/py-wxWindows/Makefile +++ b/x11/py-wxWindows/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2004/01/10 20:56:32 recht Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/20 12:28:27 agc Exp $ # DISTNAME= wxPythonSrc-2.4.2.4 PKGNAME= ${PYPKGPREFIX}-wxWindows-2.4.2.4 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/wxPythonSrc-2.4.2.4/wxPython CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/} @@ -12,6 +11,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://wxpython.org/ COMMENT= wxPython: Python bindings for wxWindows +WRKSRC= ${WRKDIR}/wxPythonSrc-2.4.2.4/wxPython USE_BUILDLINK2= yes USE_GMAKE= yes |