Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch.

This commit is contained in:
Satoshi Asami 1998-11-17 03:41:45 +00:00
parent a201dee08b
commit 3807db08a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14590

View File

@ -3,7 +3,7 @@
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1998/11/16 15:43:35 vanilla Exp $
#
DISTNAME= gmysql-0.3.1
@ -18,5 +18,6 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>