diff options
Diffstat (limited to 'mail/teapop-devel/files/patch-aa')
-rw-r--r-- | mail/teapop-devel/files/patch-aa | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/mail/teapop-devel/files/patch-aa b/mail/teapop-devel/files/patch-aa index 2cd606c95ac2..a0834203cc94 100644 --- a/mail/teapop-devel/files/patch-aa +++ b/mail/teapop-devel/files/patch-aa @@ -1,19 +1,20 @@ ---- etc/Makefile.in.orig Thu Aug 30 17:24:19 2001 -+++ etc/Makefile.in Thu Aug 30 17:25:37 2001 -@@ -23,15 +23,9 @@ +--- etc/Makefile.in.orig Sun Jun 30 14:32:20 2002 ++++ etc/Makefile.in Sun Jun 30 14:34:14 2002 +@@ -23,16 +23,9 @@ fi install: build - @ echo Checking for existing teapop.passwd; \ -- if [ -f ${sysconfdir}/teapop.passwd ]; then \ +- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \ - echo "Exists...NOT installing teapop.passwd"; \ - else \ - echo "Not found, installing teapop.passwd"; \ -- ${INSTALL} -d ${sysconfdir}; \ -- ${INSTALL} teapop.passwd ${sysconfdir}; \ -- ${CHMOD} 0644 ${sysconfdir}/teapop.passwd; \ +- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \ +- ${INSTALL} teapop.passwd \ +- ${DESTDIR}/${sysconfdir}; \ +- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \ - fi -+ @echo Installing teapop.passwd.sample; \ ++ @echo Installing teapop.passwd.sample; + ${INSTALL} -d ${sysconfdir}; \ + ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; \ |