diff options
author | gdt <gdt@pkgsrc.org> | 2012-02-01 14:47:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-02-01 14:47:45 +0000 |
commit | 9eaa7115f7280d5ad716419ccdcc3687ba4940f6 (patch) | |
tree | 64f40bbdf251047f8233dace14df185e86502a57 /filesystems | |
parent | 2f6c621d091349b95fd706f373777195d30ef82b (diff) | |
download | pkgsrc-9eaa7115f7280d5ad716419ccdcc3687ba4940f6.tar.gz |
Use version in PKGNAME.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/py-filesystem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index be80bc37540..1c5816ab786 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/02/01 14:36:42 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/01 14:47:45 gdt Exp $ # VERSION= 0.4.0 DISTNAME= fs-${VERSION} -PKGNAME= ${PYPKGPREFIX}-filesystem +PKGNAME= ${PYPKGPREFIX}-filesystem-${VERSION} CATEGORIES= filesystems MASTER_SITES= http://pyfilesystem.googlecode.com/files/ |