pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/fetch Fix MASTER_SITES example.
details: https://anonhg.NetBSD.org/pkgsrc/rev/61740d9e9322
branches: trunk
changeset: 347867:61740d9e9322
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 01 12:39:40 2016 +0000
description:
Fix MASTER_SITES example.
diffstat:
mk/fetch/pypi.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 56f7c8ff1438 -r 61740d9e9322 mk/fetch/pypi.mk
--- a/mk/fetch/pypi.mk Wed Jun 01 12:30:45 2016 +0000
+++ b/mk/fetch/pypi.mk Wed Jun 01 12:39:40 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: pypi.mk,v 1.2 2015/07/06 05:03:33 rodent Exp $
+# $NetBSD: pypi.mk,v 1.3 2016/06/01 12:39:40 wiz Exp $
#
# pypi.python.org master site handling
#
# To use, set in the pkgsrc Makefile:
#
# DISTNAME= pyfoo-1.0.0
-# MASTER_SITES= ${MASTER_SITE_PYPI}
+# MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfoo/}
#
# Then, PKGNAME and HOMEPAGE will be set automatically (can be overridden).
#
Home |
Main Index |
Thread Index |
Old Index