summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-23 04:01:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-23 04:01:47 +0800
commit58caf6f0775eec06a93f4f9731f4313f1a936001 (patch)
tree827cccc73bad797f9f9f45015f66f848e94d7600
parent3542a68c0e3aff8e88832c6f70cae0141a6e3f47 (diff)
downloadmarcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar.gz
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar.bz2
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar.lz
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar.xz
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.tar.zst
marcuscom-ports-58caf6f0775eec06a93f4f9731f4313f1a936001.zip
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
-rw-r--r--net/gaim/Makefile2
-rw-r--r--net/gaim/files/patch-plugins_perl_Makefile.in10
2 files changed, 11 insertions, 1 deletions
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)