diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /databases/zope-mysql/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'databases/zope-mysql/Makefile')
-rw-r--r-- | databases/zope-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/zope-mysql/Makefile b/databases/zope-mysql/Makefile index 39ae13ac0ca..afc916ed873 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2002/10/10 12:31:08 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/29 12:40:28 jmmv Exp $ # DISTNAME= ZMySQLDA-1.1.3-nonbin PKGNAME= zope-mysql-1.1.3 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/lib CATEGORIES= databases www MASTER_SITES= http://www.zope.org/Members/MikeP/ZMySQLDA/ @@ -15,7 +16,6 @@ DEPENDS+= zope-2.*:../../www/zope USE_BUILDLINK2= YES -WRKSRC= ${WRKDIR}/lib PLIST_SRC= ${WRKDIR}/.PLIST_SRC ZOPEDIR= ${PREFIX}/lib/zope |