diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 17:34:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 17:34:38 +0800 |
commit | e995cebcaccc9f1fc88b24124d02d6b946e4933d (patch) | |
tree | 30861afcff0065f7d996bc18e6dbea8eac7c810f /misc | |
parent | 645b58aff4fe9fb4c739894800ad2c3e95dc5c4e (diff) | |
download | freebsd-ports-gnome-e995cebcaccc9f1fc88b24124d02d6b946e4933d.tar.gz freebsd-ports-gnome-e995cebcaccc9f1fc88b24124d02d6b946e4933d.tar.zst freebsd-ports-gnome-e995cebcaccc9f1fc88b24124d02d6b946e4933d.zip |
Move mmv to "restricted".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9392256e6a6b..2d317c2a4880 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,12 +1,13 @@ -# $Id: Makefile,v 1.51 1995/05/06 11:51:21 asami Exp $ +# $Id: Makefile,v 1.52 1995/05/09 11:50:12 asami Exp $ # -# restricted: pgp.usa_only pgp.non-usa_only +# restricted: pgp.usa_only pgp.non-usa_only (local restrictions) +# mmv (restrictive copyright) # # BROKEN: wine (doesn't install) # lmbench (not done yet) # -SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less mmv mshell mtools \ +SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less mshell mtools \ pcemu rman screen top tua xbatt xdu xsysstats .include <bsd.port.subdir.mk> |