diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 21:56:12 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 21:56:12 +0800 |
commit | b9ff474def05be87ad484e61ae591ed0517c568f (patch) | |
tree | d88fc76c71dc8e1172d1afa71fd50c5308fb4621 /mail/exim-old/Makefile | |
parent | 942c22d971a9b33e805011920d1424fdc385a8f5 (diff) | |
download | freebsd-ports-gnome-b9ff474def05be87ad484e61ae591ed0517c568f.tar.gz freebsd-ports-gnome-b9ff474def05be87ad484e61ae591ed0517c568f.tar.zst freebsd-ports-gnome-b9ff474def05be87ad484e61ae591ed0517c568f.zip |
Retire the local copy of exim_monitor/EDITME from the port, since it
is simply the original with the defaults uncommented and unchanged.
Diffstat (limited to 'mail/exim-old/Makefile')
-rw-r--r-- | mail/exim-old/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index e74bffa631a6..935b05fe09c2 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -159,7 +159,7 @@ do-configure: ${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile ${SED} ${SEDLIST} < ${FILESDIR}/configure.default \ > ${WRKSRC}/src/configure.default - ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local + ${CP} ${WRKSRC}/exim_monitor/EDITME ${WRKSRC}/Local/eximon.conf cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.20/doc/* ; do \ ${LN} -sf $$i ; \ |