diff options
author | recht <recht@pkgsrc.org> | 2004-01-10 14:47:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-10 14:47:29 +0000 |
commit | 9ebd349da74c051f0acdf9ad8020c82d4a635654 (patch) | |
tree | 39a5dd6930ac6f2323df064482fccec0a32b9b70 /net/py-zsi/Makefile | |
parent | 724eff721295694017be2e2d03f4d0a154349dcc (diff) | |
download | pkgsrc-9ebd349da74c051f0acdf9ad8020c82d4a635654.tar.gz |
use py-ZSI rather than PKGNAME_NOREV
Diffstat (limited to 'net/py-zsi/Makefile')
-rw-r--r-- | net/py-zsi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 6768f99b597..e843a498204 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/10 14:37:13 recht Exp $ +# $NetBSD: Makefile,v 1.3 2004/01/10 14:47:29 recht Exp $ # DISTNAME= ZSI-1.4.1 @@ -15,7 +15,7 @@ PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -DIST_SUBDIR= ${PKGNAME_NOREV} +DIST_SUBDIR= py-ZSI post-extract: ${MV} ${WRKSRC}/scripts/wsdl2py \ |