From a07e5af767746f311c432d731881beab6a37d40e Mon Sep 17 00:00:00 2001 From: garga Date: Mon, 16 Jan 2006 18:15:21 +0000 Subject: - Fix WRKSRC Noticed by: pointyhat via kris --- mail/messagewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/messagewall/Makefile b/mail/messagewall/Makefile index a0c40dd1208a..62bd37b950a4 100644 --- a/mail/messagewall/Makefile +++ b/mail/messagewall/Makefile @@ -27,7 +27,7 @@ OPTIONS= BROKEN_PARAMETER "Detect unwanted extensions properly" off \ MULTI_RCPT "Allow multiple recipients" off \ PARANOIA "Detect faked mails from AOL, Hotmail" off \ SPAM_STATS "Add spam statistics to messagewallstats" off -WRKSRC= ${WRKDIR}/messagewall +WRKSRC= ${WRKDIR}/messagewall-${PORTVERSION} GNU_CONFIGURE= yes USE_REINPLACE= yes -- cgit