1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

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
This commit is contained in:
Joe Marcus Clarke 2005-02-20 20:48:17 +00:00
parent d6b73b4561
commit b942d76e40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129412
4 changed files with 22 additions and 0 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= gaim
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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)

View File

@ -6,6 +6,7 @@
PORTNAME= gaim
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -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)