diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-21 06:19:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-06-21 06:19:34 +0000 |
commit | fd9cf40a848ea3f3efcfdee0bf7b02e46bef65ac (patch) | |
tree | e0f2f3bfa43e8349d23d938100587c86c34cce86 /mail | |
parent | 6003b52552ef5128c3bb18ac023cd95b3b6deb4b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gnarwl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/gnarwl/Makefile b/mail/gnarwl/Makefile index cdf117adb8ba..77bca20338f4 100644 --- a/mail/gnarwl/Makefile +++ b/mail/gnarwl/Makefile @@ -18,7 +18,7 @@ USE_GMAKE= yes USES= iconv USE_OPENLDAP= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} +CONFIGURE_ARGS= --with-docdir=${DOCSDIR} MAN8= damnit.8 gnarwl.8 MANCOMPRESSED= yes |