Ticket #42783: dirvish-perl5.16.diff
File dirvish-perl5.16.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
4 5 5 6 name dirvish 6 7 version 1.2.1 7 revision 18 revision 2 8 9 categories sysutils 9 10 maintainers behanna.org:chris 11 supported_archs noarch 12 10 13 description Client/server rsync- and hard-link-based snapshot backup system 11 14 12 15 long_description \ … … 51 55 52 56 destroot.args PREFIX=${prefix} 53 57 54 depends_lib port:p5.12-time-modules port:p5.12-timedate port:p5.12-time-period port:rsync 58 depends_lib port:perl5.16 \ 59 port:p5.16-time-modules \ 60 port:p5.16-timedate \ 61 port:p5.16-time-period \ 62 port:rsync -
files/patch-Makefile.diff
33 33 +INSTALL_SCRIPT=${INSTALL} ${INSTALL_UCREDS} -m 555 34 34 + 35 35 +header: 36 + echo "#! `which perl`" > header.pl36 + echo "#!${PREFIX}/bin/perl5.16" > header.pl 37 37 + echo "" >> header.pl 38 38 + echo "\$$CONFDIR = \"${CONFDIR}\";" >> header.pl 39 39 +