1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- fix build error on i386 4

- config.pm should not be installed as man3

Noted by:   krismail
This commit is contained in:
Cheng-Lung Sung 2006-04-23 04:08:13 +00:00
parent e336244325
commit 0fa9ab2518
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160193
2 changed files with 12 additions and 2 deletions

View File

@ -21,9 +21,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= </dev/null
MAN3= File::Rsync.3 File::config.3
MAN3= File::Rsync.3
do-patch:
post-patch:
@${REINPLACE_CMD} -e "s,<STDIN>,'${LOCALBASE}/bin/rsync'," ${WRKSRC}/makepm.PL
.include <bsd.port.pre.mk>

View File

@ -0,0 +1,10 @@
--- Makefile.PL.orig Sat Jun 25 06:02:32 2005
+++ Makefile.PL Sun Apr 23 11:54:39 2006
@@ -20,6 +20,7 @@
PL_FILES => { 'makepm.PL' => 'config.pm' },
PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm',
'config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' },
+ MAN3PODS => { 'Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)' },
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },
realclean => { FILES => 'config.pm' },
);