diff -ruN --exclude=CVS /usr/ports/mail/fetchmail/Makefile /var/tmp/loctmp/fetchmail/Makefile --- /usr/ports/mail/fetchmail/Makefile Sat May 27 02:18:57 2006 +++ /var/tmp/loctmp/fetchmail/Makefile Sun Aug 6 22:01:42 2006 @@ -115,8 +115,7 @@ ${INSTALL} -m 644 -o fetchmail -g fetchmail ${FILESDIR}/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc.sample if [ ! -f ${PREFIX}/etc/fetchmailrc ]; then \ - cp -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \ + ${CP} -p ${PREFIX}/etc/fetchmailrc.sample ${PREFIX}/etc/fetchmailrc ; \ fi - .include diff -ruN --exclude=CVS /usr/ports/mail/fetchmail/pkg-plist /var/tmp/loctmp/fetchmail/pkg-plist --- /usr/ports/mail/fetchmail/pkg-plist Fri May 12 20:58:48 2006 +++ /var/tmp/loctmp/fetchmail/pkg-plist Sun Aug 6 20:57:35 2006 @@ -24,6 +24,12 @@ %%NLS%%share/locale/ru/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/sq/LC_MESSAGES/fetchmail.mo %%NLS%%share/locale/vi/LC_MESSAGES/fetchmail.mo +%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl @unexec if cmp -s %D/etc/fetchmailrc.sample %D/etc/fetchmailrc; then rm -f %D/etc/fetchmailrc; fi etc/fetchmailrc.sample @exec if [ ! -f %D/etc/fetchmailrc ] ; then cp -p %D/%F %B/fetchmailrc; fi