diff options
| author | Jim Mock <jim@FreeBSD.org> | 2001-04-04 16:45:16 +0000 |
|---|---|---|
| committer | Jim Mock <jim@FreeBSD.org> | 2001-04-04 16:45:16 +0000 |
| commit | ab1f01876c4d8e89eab7c5c2e721fb55da46ee48 (patch) | |
| tree | d8a1c6594f1e715ddea2630251e43104bbc0fb70 /mail/teapop-devel/files/patch-aa | |
| parent | 63713f51b5823ababa2badcb27167ca75d522808 (diff) | |
Update to version 0.3.0 -- patch-ab is no longer needed.
Diffstat (limited to 'mail/teapop-devel/files/patch-aa')
| -rw-r--r-- | mail/teapop-devel/files/patch-aa | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/teapop-devel/files/patch-aa b/mail/teapop-devel/files/patch-aa index 2a5ad536ebda..65ca84e5d3c4 100644 --- a/mail/teapop-devel/files/patch-aa +++ b/mail/teapop-devel/files/patch-aa @@ -1,21 +1,21 @@ ---- etc/Makefile.in.orig Sat Mar 10 19:51:58 2001 -+++ etc/Makefile.in Sat Mar 10 19:55:01 2001 +--- etc/Makefile.in.orig Wed Apr 4 12:39:19 2001 ++++ etc/Makefile.in Wed Apr 4 12:41:14 2001 @@ -23,15 +23,9 @@ fi install: build -- @echo Checking for existing teapop.passwd; \ -- if [ -f ${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} 0755 ${sysconfdir}/teapop.passwd; \ +- @ echo Checking for existing teapop.passwd; \ +- if [ -f ${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} 0755 ${sysconfdir}/teapop.passwd; \ - fi + @echo Installing teapop.passwd.sample; \ -+ ${INSTALL} -d ${sysconfdir} -+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; ++ ${INSTALL} -d ${sysconfdir}; \ ++ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; \ makefile: ../config/timestamp - @echo Updating Makefile + @ echo Updating Makefile |
