summaryrefslogtreecommitdiffstats
path: root/net-im/gaim/files/patch-plugins_perl_Makefile.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-12 05:28:18 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-12-12 05:28:18 +0800
commitd3b75ddc283cd60dcb8cc37b978a84ba138f9de8 (patch)
tree53c29e8a1e4cd02e1e6f04e063314a664ca7289f /net-im/gaim/files/patch-plugins_perl_Makefile.in
parent9c6470b66317630ff44c006d3f75d40749f3bf5e (diff)
downloadmarcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar.gz
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar.bz2
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar.lz
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar.xz
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.tar.zst
marcuscom-ports-d3b75ddc283cd60dcb8cc37b978a84ba138f9de8.zip
- Chase nss move
- Bump PORTREVISION to force rebuild of .la files for gaim plugins git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8035 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/gaim/files/patch-plugins_perl_Makefile.in')
-rw-r--r--net-im/gaim/files/patch-plugins_perl_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/gaim/files/patch-plugins_perl_Makefile.in b/net-im/gaim/files/patch-plugins_perl_Makefile.in
new file mode 100644
index 000000000..bb6daa393
--- /dev/null
+++ b/net-im/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)