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:
parent
d6b73b4561
commit
b942d76e40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129412
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
10
net-im/gaim/files/patch-plugins_perl_Makefile.in
Normal file
10
net-im/gaim/files/patch-plugins_perl_Makefile.in
Normal 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)
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
10
net/gaim/files/patch-plugins_perl_Makefile.in
Normal file
10
net/gaim/files/patch-plugins_perl_Makefile.in
Normal 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)
|
Loading…
Reference in New Issue
Block a user