Drop now unneeded CONFIGURE_ARGS.

This commit is contained in:
ajacoutot 2014-03-24 18:19:21 +00:00
parent bc28360566
commit e29522e2b8
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.80 2013/06/20 06:54:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.81 2014/03/24 18:19:21 ajacoutot Exp $
SHARED_ONLY= Yes
@ -47,7 +47,6 @@ CONFIGURE_ARGS= --with-service-path=${LOCALBASE}/libexec/cyrus-imapd \
--enable-idled \
--enable-murder \
--enable-nntp \
--without-libwrap \
--without-zephyr \
--without-snmp \
--with-perl \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2014/01/28 09:02:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.70 2014/03/24 18:19:21 ajacoutot Exp $
SHARED_ONLY= Yes
@ -77,7 +77,6 @@ CONFIGURE_ARGS= --enable-smartalloc \
--with-archivedir=/tmp \
--with-sbin-perm=755 \
--without-x \
--without-tcp-wrappers \
--without-smtp-host \
--without-job-email \
--without-dump-email \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.191 2014/03/16 09:12:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.192 2014/03/24 18:19:21 ajacoutot Exp $
# XXX configuring GDM from gnome-cc does not work
@ -71,8 +71,7 @@ CONFIGURE_ARGS= --disable-static \
--with-group=_gdm \
--with-console-kit \
--with-xauth-dir=/var/run/gdm \
--with-initial-vt=05 \
--without-tcp-wrappers
--with-initial-vt=05
pre-configure:
perl -pi -e 's,root:root,root:wheel,g;' \