diff options
author | asami <asami@FreeBSD.org> | 1998-11-17 11:41:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-17 11:41:45 +0800 |
commit | 8c453dff2178b7078135d2248fff581fcc8c0721 (patch) | |
tree | 189c1a1eef197fca101520f4177300719b211250 | |
parent | e40b6f30c0cd8bd0a54ffd7b8f83b9b12aa26310 (diff) | |
download | freebsd-ports-gnome-8c453dff2178b7078135d2248fff581fcc8c0721.tar.gz freebsd-ports-gnome-8c453dff2178b7078135d2248fff581fcc8c0721.tar.zst freebsd-ports-gnome-8c453dff2178b7078135d2248fff581fcc8c0721.zip |
Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch.
-rw-r--r-- | databases/gmysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 7abf7c21e3db..0f4b90b962b3 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -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> |