diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-21 04:48:17 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-21 04:48:17 +0800 |
commit | b942d76e405c6e155fa57e9470ba6f3af9dac272 (patch) | |
tree | 1332412a8e97c8fd2e16f629e4236645d9079a6a | |
parent | d6b73b456190101d86926e755409b5bb9f05c78c (diff) | |
download | freebsd-ports-gnome-b942d76e405c6e155fa57e9470ba6f3af9dac272.tar.gz freebsd-ports-gnome-b942d76e405c6e155fa57e9470ba6f3af9dac272.tar.zst freebsd-ports-gnome-b942d76e405c6e155fa57e9470ba6f3af9dac272.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
-rw-r--r-- | net-im/gaim/Makefile | 1 | ||||
-rw-r--r-- | net-im/gaim/files/patch-plugins_perl_Makefile.in | 10 | ||||
-rw-r--r-- | net/gaim/Makefile | 1 | ||||
-rw-r--r-- | net/gaim/files/patch-plugins_perl_Makefile.in | 10 |
4 files changed, 22 insertions, 0 deletions
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) diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 976affba41ba..a06a3d9210da 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 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) |