diff options
author | tsarna <tsarna> | 1999-04-16 06:46:22 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1999-04-16 06:46:22 +0000 |
commit | fe33db62b6d6e3472e7c93e2bf06ff821039e82a (patch) | |
tree | f75a9a99e518fe2f54397ac51f87cd7f433ed44a /databases/zope-mysql/Makefile | |
parent | f6117b382f4429223f94e7693e6037935ee11ad3 (diff) | |
download | pkgsrc-fe33db62b6d6e3472e7c93e2bf06ff821039e82a.tar.gz |
Update to 1.1.3and for zope 1.10.2
Diffstat (limited to 'databases/zope-mysql/Makefile')
-rw-r--r-- | databases/zope-mysql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/zope-mysql/Makefile b/databases/zope-mysql/Makefile index 1c738a18ecf..20889034923 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 1999/01/09 23:16:55 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/16 06:46:22 tsarna Exp $ # -DISTNAME= ZMySQLDA-1.1.2-nonbin -PKGNAME= zope-mysql-1.1.2 +DISTNAME= ZMySQLDA-1.1.3-nonbin +PKGNAME= zope-mysql-1.1.3 CATEGORIES= www MASTER_SITES= http://www.zope.org/Download/ZMySQLDA/ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/ -DEPENDS+= zope-1.9.0:../../www/zope +DEPENDS+= zope-1.10.2:../../www/zope DEPENDS+= py-mysql-1.4:../../databases/py-mysql WRKSRC= ${WRKDIR}/lib @@ -25,7 +25,7 @@ do-configure: do-build: (cd ${WRKDIR}/${DAPATH} ; \ ${PREFIX}/bin/python ${PREFIX}/lib/python1.5/compileall.py . ; ) - + do-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} (cd ${WRKDIR}; pax -r -w lib ${ZOPEDIR}) |