[csw-devel] SF.net SVN: gar:[11391] csw/mgar/pkg/lang-python/xlrd/trunk/Makefile
khabermann at users.sourceforge.net
khabermann at users.sourceforge.net
Mon Oct 25 12:08:31 CEST 2010
Revision: 11391
http://gar.svn.sourceforge.net/gar/?rev=11391&view=rev
Author: khabermann
Date: 2010-10-25 10:08:31 +0000 (Mon, 25 Oct 2010)
Log Message:
-----------
fix master_site url
Modified Paths:
--------------
csw/mgar/pkg/lang-python/xlrd/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/xlrd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/xlrd/trunk/Makefile 2010-10-25 09:45:18 UTC (rev 11390)
+++ csw/mgar/pkg/lang-python/xlrd/trunk/Makefile 2010-10-25 10:08:31 UTC (rev 11391)
@@ -13,8 +13,8 @@
endef
# 1st char of GARNAME is the directory name
-MASTER_SITE_DIR = $(echo GARNAME | cut -c 1)
-MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(GARNAME)
+MASTER_SITE_DIR = $(shell echo $(GARNAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(GARNAME)/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list