diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-21 04:48:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-21 04:48:17 +0800 |
commit | a2338fb9ef0432f5697d75da261f34977acc593c (patch) | |
tree | c5e74e9d480064018d7ba8f0a2cd701bca940d8d /net/gaim/files | |
parent | 9932f419f8218e032e020bae1745a51691ab0b4c (diff) | |
download | freebsd-ports-gnome-a2338fb9ef0432f5697d75da261f34977acc593c.tar.gz freebsd-ports-gnome-a2338fb9ef0432f5697d75da261f34977acc593c.tar.zst freebsd-ports-gnome-a2338fb9ef0432f5697d75da261f34977acc593c.zip |
Don't create the perllocal.pod file. This ifx is adapted from bsd.port.mk
since Gaim cannot use PERL_CONFIGURE directly.
Reported by: pointyhat via kris
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-plugins_perl_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
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 000000000000..bb6daa393bb6 --- /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) |