From 58caf6f0775eec06a93f4f9731f4313f1a936001 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 22 Feb 2005 20:01:47 +0000 Subject: Add a patch from the ports tree to prevent perllocal.pod from being created. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3694 df743ca5-7f9a-e211-a948-0013205c9059 --- net/gaim/Makefile | 2 +- net/gaim/files/patch-plugins_perl_Makefile.in | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 net/gaim/files/patch-plugins_perl_Makefile.in diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 3a911aef8..d023a1923 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/gaim/files/patch-plugins_perl_Makefile.in b/net/gaim/files/patch-plugins_perl_Makefile.in new file mode 100644 index 000000000..bb6daa393 --- /dev/null +++ b/net/gaim/files/patch-plugins_perl_Makefile.in @@ -0,0 +1,10 @@ +--- plugins/perl/Makefile.in.orig Sun Feb 20 15:39:08 2005 ++++ plugins/perl/Makefile.in Sun Feb 20 15:40:16 2005 +@@ -680,6 +680,7 @@ + done; \ + fi + @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) ++ @cd common && $(perlpath) -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile + + common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) -- cgit v1.2.3