1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix WRKSRC

Noticed by:	pointyhat via kris
This commit is contained in:
Renato Botelho 2006-01-16 18:15:21 +00:00
parent cc374951d5
commit b2590fa2a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153671

View File

@ -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