diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-18 08:24:28 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-18 08:24:28 +0000 |
commit | 0328f46f0014738e22169cc1b1265d4576773f80 (patch) | |
tree | 7fcb9ddbfda9902f4834599c403625b494c68992 /mail/rblcheck | |
parent | add abck (diff) |
Supply a missing `:' to unbreak Makefile.
This fixes `make index'.
Diffstat (limited to 'mail/rblcheck')
-rw-r--r-- | mail/rblcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index 874da2c07aa9..39da779dc180 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -25,7 +25,7 @@ post-configure: @${ECHO} " SITE(\"another.rbl.site\")" .endif -pre-build +pre-build: .if exists(${WRKDIRPREFIX}${.CURDIR}/local.sites) ${CAT} ${WRKDIRPREFIX}${.CURDIR}/local.sites >> ${WRKSRC}/rblsites.h .endif |