diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-21 14:19:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-21 14:19:34 +0800 |
commit | 3303f38d9734e5b1269fa0c30737c6d97b5cc614 (patch) | |
tree | e0f2f3bfa43e8349d23d938100587c86c34cce86 /mail | |
parent | 0ae53257473d247d376c6ef44d90c489d302d908 (diff) | |
download | freebsd-ports-gnome-3303f38d9734e5b1269fa0c30737c6d97b5cc614.tar.gz freebsd-ports-gnome-3303f38d9734e5b1269fa0c30737c6d97b5cc614.tar.zst freebsd-ports-gnome-3303f38d9734e5b1269fa0c30737c6d97b5cc614.zip |
Make CONFIGURE_ARGS shorter and look better
Submitted by: danfe
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 |