diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-31 17:20:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-31 17:20:07 +0000 |
commit | 103191df14a8396f7f06a2e600efda624cce94b5 (patch) | |
tree | 29c8600b05a3787dbc2752e36a4671604f94e4dc /sysutils/duplicity | |
parent | b5f3f0eeb0aabb1320c5d3038bafae36e3149bc3 (diff) | |
download | pkgsrc-103191df14a8396f7f06a2e600efda624cce94b5.tar.gz |
Fix EGG_NAME so this packages correctly.
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r-- | sysutils/duplicity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 2053e32a7a1..7a414d88b46 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/08/18 11:29:06 mef Exp $ +# $NetBSD: Makefile,v 1.38 2016/08/31 17:20:07 wiz Exp $ DISTNAME= duplicity-0.7.09 CATEGORIES= sysutils net @@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko REPLACE_PYTHON+= bin/duplicity \ bin/rdiffdir PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.22 -EGG_NAME= ${DISTNAME:S/08/8/} +EGG_NAME= ${DISTNAME:S/09/9/} SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure |