Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/py-dulwich/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/py-dulwich/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- pkgsrc/devel/py-dulwich/Makefile 2012/02/07 20:06:44 1.4 +++ pkgsrc/devel/py-dulwich/Makefile 2012/10/31 11:19:30 1.5 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/02/07 20:06:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/31 11:19:30 asau Exp $ # DISTNAME= dulwich-0.8.3 @@ -11,7 +11,5 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://samba.org/~jelmer/dulwich/ COMMENT= Python implementation of Git -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"