diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:27:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:27:10 +0800 |
commit | ddb9c6772a792d989130bc6dc826d6af6d953f49 (patch) | |
tree | 4d8966213634e326dbb8e254f7f556c21741af35 /misc/mmv | |
parent | 021a9a37c7ebb821e2e1fae3e5ff1518a9d85d32 (diff) | |
download | freebsd-ports-gnome-ddb9c6772a792d989130bc6dc826d6af6d953f49.tar.gz freebsd-ports-gnome-ddb9c6772a792d989130bc6dc826d6af6d953f49.tar.zst freebsd-ports-gnome-ddb9c6772a792d989130bc6dc826d6af6d953f49.zip |
NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead
Diffstat (limited to 'misc/mmv')
-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 |