diff options
author | fhajny <fhajny> | 2013-09-19 10:11:47 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2013-09-19 10:11:47 +0000 |
commit | db04ce1374974228dd087337aca0729dd95262cf (patch) | |
tree | c4c43caa8e855f7b45d3378507091417af08fff6 /textproc/groff | |
parent | 53019a4e52df815b0a196400809f798503a14a29 (diff) | |
download | pkgsrc-db04ce1374974228dd087337aca0729dd95262cf.tar.gz |
Step back from requiring gmake, remove unneeded bits that break bmake.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 | ||||
-rw-r--r-- | textproc/groff/distinfo | 3 | ||||
-rw-r--r-- | textproc/groff/patches/patch-contrib_chem_Makefile.sub | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 13e21c0161c..e99210522ea 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2013/09/18 09:58:09 fhajny Exp $ +# $NetBSD: Makefile,v 1.73 2013/09/19 10:11:47 fhajny Exp $ # DISTNAME= groff-1.20.1 @@ -21,7 +21,7 @@ INSTALLATION_DIRS= share/groff/site-tmac USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERLPATH=${PERL5:Q} -USE_TOOLS+= perl:run sed:run awk:run gmake +USE_TOOLS+= perl:run sed:run awk:run USE_FEATURES= getopt_long INFO_FILES= YES diff --git a/textproc/groff/distinfo b/textproc/groff/distinfo index d27965aad66..b538e65ee34 100644 --- a/textproc/groff/distinfo +++ b/textproc/groff/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2012/05/31 09:24:53 fhajny Exp $ +$NetBSD: distinfo,v 1.18 2013/09/19 10:11:47 fhajny Exp $ SHA1 (groff-1.20.1.tar.gz) = 3066587d73df73c2bda235034f4515cf52d22549 RMD160 (groff-1.20.1.tar.gz) = ec311727206d183fb04f1b4bd01c1284142fdb52 @@ -9,6 +9,7 @@ SHA1 (patch-ac) = 7c29e3ca0c0a2e5389ff436ff5c15c9a0a4d7581 SHA1 (patch-ae) = 777b9b4d5f39da5acf8d79616ae9d42025772fc5 SHA1 (patch-config.guess) = 212dccdaed0d96c5d3c7fb126caeba3c3c20f006 SHA1 (patch-configure) = f27e51ba29331fb351015c2216928940a3148dd3 +SHA1 (patch-contrib_chem_Makefile.sub) = b033fde895aee25e8db0e4c46565efb020f5b586 SHA1 (patch-contrib_eqn2graph_eqn2graph.sh) = 88b8f06f29448dabed66922cc494412662b15431 SHA1 (patch-contrib_gdiffmk_tests_runtests.in) = 791c07909912a8ff0c98f6846f14de1fbc0fb7b0 SHA1 (patch-contrib_grap2graph_grap2graph.sh) = 5b5a5ac958edc8d4f5e828b57198178bda8bb970 diff --git a/textproc/groff/patches/patch-contrib_chem_Makefile.sub b/textproc/groff/patches/patch-contrib_chem_Makefile.sub new file mode 100644 index 00000000000..0d9964ffe40 --- /dev/null +++ b/textproc/groff/patches/patch-contrib_chem_Makefile.sub @@ -0,0 +1,15 @@ +$NetBSD: patch-contrib_chem_Makefile.sub,v 1.1 2013/09/19 10:11:47 fhajny Exp $ + +Drop unneeded targets that break bmake. +--- contrib/chem/Makefile.sub.orig 2009-01-09 14:25:52.000000000 +0000 ++++ contrib/chem/Makefile.sub +@@ -52,8 +52,7 @@ chem: $(srcdir)/chem.pl $(SH_DEPS_SED_SC + + install_data: chem \ + README examples/README \ +- $(srcdir)/chem.pic \ +- $(srcdir)/examples/*.chem $(srcdir)/examples/122/* ++ $(srcdir)/chem.pic + -test -d $(DESTDIR)$(bindir) || $(mkinstalldirs) $(DESTDIR)$(bindir) + $(RM) $(DESTDIR)$(bindir)/$(g)chem + $(INSTALL_SCRIPT) chem $(DESTDIR)$(bindir)/$(g)chem |