summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortonio <tonio>2005-10-17 17:12:04 +0000
committertonio <tonio>2005-10-17 17:12:04 +0000
commit73780aec5127f04bb5a04a7dc48eb5298bfaa2f8 (patch)
tree10c59397dda591b7704f2b61e8eb8a0070a1704b /textproc
parent2d72ccc571b0812cb89f851ce51c7c80c4a97ee9 (diff)
downloadpkgsrc-73780aec5127f04bb5a04a7dc48eb5298bfaa2f8.tar.gz
Remove the dependency over gmake
Patch from Matthew Clarke in rubber's darcs archive
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubber/Makefile8
-rw-r--r--textproc/rubber/distinfo3
-rw-r--r--textproc/rubber/patches/patch-ab28
3 files changed, 34 insertions, 5 deletions
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}