summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-31 17:20:07 +0000
committerwiz <wiz@pkgsrc.org>2016-08-31 17:20:07 +0000
commit103191df14a8396f7f06a2e600efda624cce94b5 (patch)
tree29c8600b05a3787dbc2752e36a4671604f94e4dc /sysutils
parentb5f3f0eeb0aabb1320c5d3038bafae36e3149bc3 (diff)
downloadpkgsrc-103191df14a8396f7f06a2e600efda624cce94b5.tar.gz
Fix EGG_NAME so this packages correctly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/duplicity/Makefile4
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