diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:27:10 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:27:10 +0000 |
commit | 3f5fba345872afe0d09bac4283fadc8ecd084383 (patch) | |
tree | 5d6f7691e0ac68848389b49effa33b70a4f02978 /misc | |
parent | NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED instead (diff) |
NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mmv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 2747e9298401..68f4cb330595 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Move/copy/append/link multiple files with sophisticated wildcard matching -NO_CDROM= "No redistribution for charge" -NO_PACKAGE= "No modification" +RESTRICTED= No modification or redistribution for charge CFLAGS+= -DDIRENT MAKE_FLAGS= -e MAN1= mmv.1 |