summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-17 03:41:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-17 03:41:45 +0000
commit3807db08a62872834ef967a4aa52fbe1d3c3b10d (patch)
treea3aa305cc35a70208767d5aad9c3ee9583096fa4 /databases
parentThe original SKIP source is export controlled and only obtainable via a web (diff)
Add "FETCH_BEFORE_ARGS=-b", otherwise file will be truncated on fetch.
Notes
Notes: svn path=/head/; revision=14590
Diffstat (limited to 'databases')
-rw-r--r--databases/gmysql/Makefile3
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>