From b942d76e405c6e155fa57e9470ba6f3af9dac272 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 20 Feb 2005 20:48:17 +0000 Subject: 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 --- net-im/gaim/Makefile | 1 + net-im/gaim/files/patch-plugins_perl_Makefile.in | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 net-im/gaim/files/patch-plugins_perl_Makefile.in (limited to 'net-im/gaim') diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 976affba41ba..a06a3d9210da 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,6 +6,7 @@ PORTNAME= gaim PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} 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 000000000000..bb6daa393bb6 --- /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) -- cgit