summaryrefslogtreecommitdiff
path: root/databases/msql3/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-06-03 01:56:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-06-03 01:56:15 +0000
commit428b789b33ac8b0a7cbbc5091decdb84f1ddd07f (patch)
treec03af8f4182005a45b83e84f332372305ac49416 /databases/msql3/Makefile
parentRemove "/usr/local/" from all the lines. (diff)
Upgrade, 1.0.7 -> 1.0.14.
Note this port is RESTRICTED now, it's not free for commercial entities. Reviewed by: chuckr@glue.md.edu Submitted by: james@nexis.net and br@stiller.netland.inka.de, among others.
Notes
Notes: svn path=/head/; revision=3163
Diffstat (limited to 'databases/msql3/Makefile')
-rw-r--r--databases/msql3/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile
index c3a664f51647..0811789ae1e3 100644
--- a/databases/msql3/Makefile
+++ b/databases/msql3/Makefile
@@ -1,20 +1,28 @@
# New ports collection makefile for: msql
-# Version required: 1.0.7
+# Version required: 1.0.14
# Date created: 14 January 1995
# Whom: mr (original)
#
-# $Id: Makefile,v 1.8 1995/08/28 07:49:48 asami Exp $
+# $Id: Makefile,v 1.9 1995/09/14 11:27:52 asami Exp $
#
-DISTNAME= msql-1.0.7
+DISTNAME= msql-1.0.14
CATEGORIES+= databases
MASTER_SITES= ftp://bond.edu.au/pub/Minerva/msql/
IS_INTERACTIVE= yes
PREFIX= /usr/local/Minerva
NO_MTREE= yes
-# restrictive copyright (no commercial use)
-NO_PACKAGE= yes
+RESTRICTED= "restrictive copyright (no commercial use)"
-.include <bsd.port.mk>
+post-install:
+.for file in License Rates.txt mSQL-Invoice.txt
+ cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
+.endfor
+.if !defined(NOPORTDOCS)
+.for file in HISTORY acl.txt mSQL-1.0.11.ps
+ cp ${WRKSRC}/doc/${file} ${PREFIX}/doc
+.endfor
+.endif
+.include <bsd.port.mk>