aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-01-17 02:15:21 +0800
committergarga <garga@FreeBSD.org>2006-01-17 02:15:21 +0800
commita07e5af767746f311c432d731881beab6a37d40e (patch)
tree301ea273c74fb96e53dbed3eab930e6490f26fc1
parentb295498d47a067df7c2045c37876c98f229da370 (diff)
downloadfreebsd-ports-gnome-a07e5af767746f311c432d731881beab6a37d40e.tar.gz
freebsd-ports-gnome-a07e5af767746f311c432d731881beab6a37d40e.tar.zst
freebsd-ports-gnome-a07e5af767746f311c432d731881beab6a37d40e.zip
- Fix WRKSRC
Noticed by: pointyhat via kris
-rw-r--r--mail/messagewall/Makefile2
1 files changed, 1 insertions, 1 deletions
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