From ddb9c6772a792d989130bc6dc826d6af6d953f49 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 3 Sep 2006 00:27:10 +0000 Subject: NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here instead --- misc/mmv/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit