diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:56:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:56:27 +0000 |
commit | b3e9bb2a6f07cf7aee1fcb25063c31f5c0eb13fe (patch) | |
tree | 54fda737b605b91e766c12061b875fd4ce115998 | |
parent | 3f301de3ccede6d2c03fa817f08f161b49db720e (diff) | |
download | ports-b3e9bb2a6f07cf7aee1fcb25063c31f5c0eb13fe.tar.gz ports-b3e9bb2a6f07cf7aee1fcb25063c31f5c0eb13fe.zip |
NO_PACKAGE and NO_CDROM are not appropriate; use RESTRICTED here
Notes
Notes:
svn path=/head/; revision=171975
-rw-r--r-- | devel/p4/Makefile | 3 | ||||
-rw-r--r-- | devel/p4d/Makefile | 3 | ||||
-rw-r--r-- | devel/p4ftpd/Makefile | 3 | ||||
-rw-r--r-- | devel/p4p/Makefile | 3 | ||||
-rw-r--r-- | devel/p4web/Makefile | 3 | ||||
-rw-r--r-- | devel/perforce/Makefile | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile index 8555493bd9aa..6b29c7e96c9b 100644 --- a/devel/perforce/Makefile +++ b/devel/perforce/Makefile @@ -48,8 +48,7 @@ IGNORE= unsupported platform, sorry # End of kludge -NO_PACKAGE= Restricted distribution -NO_CDROM= Restricted distribution +RESTRICTED= Restricted distribution NO_WRKSUBDIR= yes |