diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 2 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 2 | ||||
-rw-r--r-- | news/inn/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index e3ae88a..c888e5c 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT} MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + BRANCH= current SNAPSHOT= 20040118 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 7195689..11feca8 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT} MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + BRANCH= stable SNAPSHOT= 20040118 diff --git a/news/inn/Makefile b/news/inn/Makefile index 57c77fb..968d3c6 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= inn MAINTAINER= clement@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews +FORBIDDEN= "Changes ownership of system directories" + NO_LATEST_LINK= yes USE_GMAKE= yes USE_PERL5= yes |