diff options
author | garga <garga@FreeBSD.org> | 2006-01-17 02:15:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-17 02:15:21 +0800 |
commit | a07e5af767746f311c432d731881beab6a37d40e (patch) | |
tree | 301ea273c74fb96e53dbed3eab930e6490f26fc1 | |
parent | b295498d47a067df7c2045c37876c98f229da370 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |