summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-02-20 20:48:17 +0000
committermarcus <marcus@FreeBSD.org>2005-02-20 20:48:17 +0000
commita2338fb9ef0432f5697d75da261f34977acc593c (patch)
treec5e74e9d480064018d7ba8f0a2cd701bca940d8d
parent9932f419f8218e032e020bae1745a51691ab0b4c (diff)
downloadFreeBSD-ports-a2338fb9ef0432f5697d75da261f34977acc593c.zip
FreeBSD-ports-a2338fb9ef0432f5697d75da261f34977acc593c.tar.gz
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
-rw-r--r--net-im/gaim/Makefile1
-rw-r--r--net-im/gaim/files/patch-plugins_perl_Makefile.in10
-rw-r--r--net/gaim/Makefile1
-rw-r--r--net/gaim/files/patch-plugins_perl_Makefile.in10
4 files changed, 22 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 976affb..a06a3d9 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 0000000..bb6daa3
--- /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)
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index 976affb..a06a3d9 100644
--- a/net/gaim/Makefile
+++ b/net/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/gaim/files/patch-plugins_perl_Makefile.in b/net/gaim/files/patch-plugins_perl_Makefile.in
new file mode 100644
index 0000000..bb6daa3
--- /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)
OpenPOWER on IntegriCloud