From bd48a35ebed6297d03811ee039358e1ea7bf34a4 Mon Sep 17 00:00:00 2001 From: tonio Date: Mon, 17 Oct 2005 17:12:04 +0000 Subject: Remove the dependency over gmake Patch from Matthew Clarke in rubber's darcs archive --- textproc/rubber/Makefile | 8 ++++---- textproc/rubber/distinfo | 3 ++- textproc/rubber/patches/patch-ab | 28 ++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 textproc/rubber/patches/patch-ab (limited to 'textproc') diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index c4d6a79050e..9cc21a4a74d 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/07/18 13:46:45 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/17 17:12:04 tonio Exp $ # DISTNAME= rubber-1.0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ebeffara.free.fr/pub/ @@ -13,9 +14,8 @@ DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes -USE_TOOLS+= gmake -USE_MAKEINFO= yes -INFO_FILES= rubber.info +USE_MAKEINFO= yes +INFO_FILES= rubber.info TEXINFO_REQD= 4.6 PYTHON_VERSIONS_ACCEPTED= 24 23 diff --git a/textproc/rubber/distinfo b/textproc/rubber/distinfo index 6f7527dc714..d8227f2c98e 100644 --- a/textproc/rubber/distinfo +++ b/textproc/rubber/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/07/18 13:46:45 tonio Exp $ +$NetBSD: distinfo,v 1.4 2005/10/17 17:12:04 tonio Exp $ SHA1 (rubber-1.0.tar.gz) = b58a857e69129a319e454010001bf01e20bcd11d RMD160 (rubber-1.0.tar.gz) = fb5f241f6a1a20c8a85f3a88b36cb9553329ea19 Size (rubber-1.0.tar.gz) = 76225 bytes SHA1 (patch-aa) = 13063478ceac61e64375773084e824f5b4471f2d +SHA1 (patch-ab) = f31ef78cee9084e8176d869021ea956bb17c479a diff --git a/textproc/rubber/patches/patch-ab b/textproc/rubber/patches/patch-ab new file mode 100644 index 00000000000..95894f52e76 --- /dev/null +++ b/textproc/rubber/patches/patch-ab @@ -0,0 +1,28 @@ +$NetBSD: patch-ab,v 1.1 2005/10/17 17:12:04 tonio Exp $ + +--- Makefile.in.orig 2004-01-20 14:09:14.000000000 +0100 ++++ Makefile.in +@@ -11,17 +11,18 @@ mandir = @mandir@ + + all: + @python@ setup.py build +- $(MAKE) -C doc all ++ cd doc && $(MAKE) all + + clean: clean-local +- $(MAKE) -C doc clean ++ cd doc && $(MAKE) clean ++ + clean-local: + rm -rf build dist MANIFEST +- find \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \; ++ find . \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \; + + distclean: clean-local +- rm -f rubber.spec Makefile rubber settings.py src/version.py +- $(MAKE) -C doc distclean ++ rm -f rubber.spec Makefile rubber rubber-info rubber-pipe settings.py src/version.py ++ cd doc && $(MAKE) distclean + + install: + @python@ setup.py inst ${prefix} -- cgit v1.2.3