summaryrefslogtreecommitdiffstats
path: root/databases/msql3/Makefile
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-07-14 12:43:38 +0000
committerjfitz <jfitz@FreeBSD.org>1997-07-14 12:43:38 +0000
commitff42c7939c1880d04c844b52653791d1ed545b8f (patch)
tree3fecf49650f1b42aecf2671053580cc7de61a59a /databases/msql3/Makefile
parent11c84eb97ea1b1c7d13e9f0faa00657f26d46dd2 (diff)
downloadFreeBSD-ports-ff42c7939c1880d04c844b52653791d1ed545b8f.zip
FreeBSD-ports-ff42c7939c1880d04c844b52653791d1ed545b8f.tar.gz
Merge from msql-beta port as of 04/15/97
Upgrade to v2.0b6 PLEASE NOTE: upgrading from <= b4 of mSQL2 requires that you dump and re-load all your databases. See the Makefile for details.
Diffstat (limited to 'databases/msql3/Makefile')
-rw-r--r--databases/msql3/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile
index e2e456e..c8ba243 100644
--- a/databases/msql3/Makefile
+++ b/databases/msql3/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: msql2
-# Version required: 2.0b4
+# Version required: 2.0b6
# Date created: December 17th 1996
# Whom: jfitz
#
# $Id$
#
-DISTNAME= msql-2.0-B4
-PKGNAME= msql-2.0b4
+DISTNAME= msql-2.0-B6
+PKGNAME= msql-2.0b6
CATEGORIES= databases
MASTER_SITES= ftp://ftp.worldone.com/pub/msql/ \
http://www2.nerosworld.com/msql/ \
@@ -21,12 +21,17 @@ RESTRICTED= "restrictive copyright (no commercial use)"
MAKE_ENV+= WRKSRC=${WRKSRC}
+# Uncomment this if you're upgrading from <= b4 to >= b5 and have already
+# dumped your databases (or just build with -DOVERWRITE_DB)
+#OVERWRITE_DB= YES
+
do-configure:
cd ${WRKSRC}; make target
cd ${WRKSRC}/targets/freebsd; sh setup
@${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/customize_scripts
pre-install:
+ @${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/check_old_version
@${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/createuser
post-install:
OpenPOWER on IntegriCloud