aboutsummaryrefslogtreecommitdiff
path: root/databases/msql
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-08-09 14:05:14 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-08-09 14:05:14 +0000
commitdd7da36d4a4febd9ccf71a62d9a3142078c4ba3f (patch)
treefb0be11d4ce4d81818e7a6b170930a59c2e4bb87 /databases/msql
parent66cb7ffbade7eb7ad537432c08228337649e7155 (diff)
downloadports-dd7da36d4a4febd9ccf71a62d9a3142078c4ba3f.tar.gz
ports-dd7da36d4a4febd9ccf71a62d9a3142078c4ba3f.zip
Upgraded to v1.0.16
Added maintainer as jfitz@freebsd.org
Notes
Notes: svn path=/head/; revision=3561
Diffstat (limited to 'databases/msql')
-rw-r--r--databases/msql/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/msql/Makefile b/databases/msql/Makefile
index 0811789ae1e3..707ba786f39f 100644
--- a/databases/msql/Makefile
+++ b/databases/msql/Makefile
@@ -3,20 +3,20 @@
# Date created: 14 January 1995
# Whom: mr (original)
#
-# $Id: Makefile,v 1.9 1995/09/14 11:27:52 asami Exp $
-#
-DISTNAME= msql-1.0.14
+DISTNAME= msql-1.0.16
CATEGORIES+= databases
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
+MAINTAINTER= jfitz@freebsd.org
+
IS_INTERACTIVE= yes
PREFIX= /usr/local/Minerva
NO_MTREE= yes
RESTRICTED= "restrictive copyright (no commercial use)"
post-install:
-.for file in License Rates.txt mSQL-Invoice.txt
+.for file in Commercial License mSQL-Invoice.txt msql-pwr.README msql-pwr.gif msql-pwr2.gif
cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
.endfor
.if !defined(NOPORTDOCS)
@@ -24,5 +24,6 @@ post-install:
cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
.endfor
.endif
+ cp ${WRKSRC}/scripts/run_daemon ${PREFIX}
.include <bsd.port.mk>