aboutsummaryrefslogtreecommitdiff
path: root/mail/rblcheck
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-18 08:24:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-18 08:24:28 +0000
commit0328f46f0014738e22169cc1b1265d4576773f80 (patch)
tree7fcb9ddbfda9902f4834599c403625b494c68992 /mail/rblcheck
parent9f49242b7a2d8b3bac3d2c6cdc0ab2e1452e80d2 (diff)
downloadports-0328f46f0014738e22169cc1b1265d4576773f80.tar.gz
ports-0328f46f0014738e22169cc1b1265d4576773f80.zip
Supply a missing `:' to unbreak Makefile.
This fixes `make index'.
Notes
Notes: svn path=/head/; revision=46424
Diffstat (limited to 'mail/rblcheck')
-rw-r--r--mail/rblcheck/Makefile2
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