diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /databases/zope-mysql | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'databases/zope-mysql')
-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 e426c7e24a8..20ac8d0ad51 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:29:13 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/20 12:12:49 agc 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/ @@ -14,6 +13,7 @@ COMMENT= Zope Database Adaptor for MySQL DEPENDS+= zope-2.*:../../www/zope +WRKSRC= ${WRKDIR}/lib USE_BUILDLINK2= YES PLIST_SRC= ${WRKDIR}/.PLIST_SRC |