Fri Mar 11 11:29:42 2011 UTC ()
service suspended. prevent time out. fetch from backup.


(zafer)
diff -r1.3 -r1.4 pkgsrc/filesystems/py-fuse-bindings/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/filesystems/py-fuse-bindings/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/py-fuse-bindings/Makefile 2010/02/10 19:17:37 1.3
+++ pkgsrc/filesystems/py-fuse-bindings/Makefile 2011/03/11 11:29:42 1.4
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2010/02/10 19:17:37 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2011/03/11 11:29:42 zafer Exp $
2# 2#
3 3
4DISTNAME= fuse-python-0.2pre1-20060720 4DISTNAME= fuse-python-0.2pre1-20060720
5PKGNAME= ${PYPKGPREFIX}-fuse-bindings-0.2pre1 5PKGNAME= ${PYPKGPREFIX}-fuse-bindings-0.2pre1
6PKGREVISION= 2 6PKGREVISION= 2
7CATEGORIES= filesystems python 7CATEGORIES= filesystems python
8MASTER_SITES= http://bsd.cenkes.org/myports/ 8MASTER_SITES= # http://bsd.cenkes.org/myports/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://bsd.cenkes.org/myports/ 12HOMEPAGE= http://bsd.cenkes.org/myports/
13COMMENT= Python bindings for FUSE and refuse 13COMMENT= Python bindings for FUSE and refuse
14 14
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16PY_PATCHLIST= yes 16PY_PATCHLIST= yes
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20INSTALLATION_DIRS= share/examples/fuse-python 20INSTALLATION_DIRS= share/examples/fuse-python
21 21