Wed Feb 1 14:47:45 2012 UTC ()
Use version in PKGNAME.


(gdt)
diff -r1.1.1.1 -r1.2 pkgsrc/filesystems/py-filesystem/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/filesystems/py-filesystem/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/py-filesystem/Attic/Makefile 2012/02/01 14:36:42 1.1.1.1
+++ pkgsrc/filesystems/py-filesystem/Attic/Makefile 2012/02/01 14:47:45 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1.1.1 2012/02/01 14:36:42 gdt Exp $ 1# $NetBSD: Makefile,v 1.2 2012/02/01 14:47:45 gdt Exp $
2# 2#
3 3
4VERSION= 0.4.0 4VERSION= 0.4.0
5DISTNAME= fs-${VERSION} 5DISTNAME= fs-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-filesystem 6PKGNAME= ${PYPKGPREFIX}-filesystem-${VERSION}
7CATEGORIES= filesystems 7CATEGORIES= filesystems
8MASTER_SITES= http://pyfilesystem.googlecode.com/files/ 8MASTER_SITES= http://pyfilesystem.googlecode.com/files/
9 9
10MAINTAINER= gdt@ir.bbn.com 10MAINTAINER= gdt@ir.bbn.com
11HOMEPAGE= http://code.google.com/p/pyfilesystem/ 11HOMEPAGE= http://code.google.com/p/pyfilesystem/
12COMMENT= Python filesystem access library 12COMMENT= Python filesystem access library
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19.include "../../lang/python/distutils.mk" 19.include "../../lang/python/distutils.mk"