pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

biopython: Use {} instead of ()



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 20:15:01 2016 +0200
Changeset:	5f9fdf9203c79ccd79f1775ebae81b684192efc9

Modified Files:
	biopython/Makefile

Log Message:
biopython: Use {} instead of ()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f9fdf9203c79ccd79f1775ebae81b684192efc9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 biopython/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/biopython/Makefile b/biopython/Makefile
index 7c18bf7..a805642 100644
--- a/biopython/Makefile
+++ b/biopython/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.18 2014/05/09 07:38:42 thomasklausner Exp $
 
 DISTNAME=	biopython-1.63b
-PKGNAME=	$(PYPKGPREFIX)-$(DISTNAME)
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	biology
 MASTER_SITES=	http://biopython.org/DIST/
 


Home | Main Index | Thread Index | Old Index