diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-28 07:49:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-28 07:49:48 +0000 |
commit | 929c5a427e9965dae3f0785a51a8161564ec924d (patch) | |
tree | 0010c79a80024cbd0ae121f70e80003ed05650d1 /databases/msql3 | |
parent | 86b10656c4aaa0806d60c2286f1719febca94e53 (diff) | |
download | ports-929c5a427e9965dae3f0785a51a8161564ec924d.tar.gz ports-929c5a427e9965dae3f0785a51a8161564ec924d.zip |
Notes
Diffstat (limited to 'databases/msql3')
-rw-r--r-- | databases/msql3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index d12db05b73a0..f2b71b6bd201 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -3,7 +3,7 @@ # Date created: 14 January 1995 # Whom: mr (original) # -# $Id: Makefile,v 1.6 1995/04/11 20:44:46 asami Exp $ +# $Id: Makefile,v 1.7 1995/08/26 09:31:14 asami Exp $ # DISTNAME= msql-1.0.5 @@ -12,6 +12,7 @@ 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 |