diff options
author | obache <obache@pkgsrc.org> | 2012-02-04 12:55:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-04 12:55:45 +0000 |
commit | 4d32c6dd51aa83d10e9b6c3feaa1509500dd3a3b (patch) | |
tree | 90c3aa3c417c49e0a777fd47cac6a914c3f9a086 /textproc | |
parent | 38f7b6a3af80839c4ec6af498a6abcb28ff197c0 (diff) | |
download | pkgsrc-4d32c6dd51aa83d10e9b6c3feaa1509500dd3a3b.tar.gz |
setting of PYDISTUTILSPKG=yes is not required here for egg pkg.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coccigrep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 70b40aa86d7..3112cd26c6e 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/08 11:15:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/04 12:55:45 obache Exp $ # DISTNAME= coccigrep-1.6 @@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS= coccinelle-[0-9]*:../../devel/coccinelle USE_LANGUAGES= # none -PYDISTUTILSPKG= yes INSTALLATION_DIRS= ${PKGMANDIR}/man1 |