1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/p5-File-Rsync/files/patch-Makefile.PL
Vanilla I. Shu 62767a8f1d Perl convenience wrapper for the rsync(1) program
PR:		ports/27484
Submitted by:	Pete Fritchman <petef@databits.net>
2001-05-27 05:37:12 +00:00

12 lines
542 B
Perl

--- Makefile.PL.orig Sun May 20 10:30:46 2001
+++ Makefile.PL Sun May 20 10:33:25 2001
@@ -16,7 +16,7 @@
DISTNAME => $DISTNAME,
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
- PL_FILES => { 'makepm.PL' => 'Config.pm' },
+ PL_FILES => { 'makepm.PL ${LOCALBASE}' => 'Config.pm' },
PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm',
'Config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' },
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },