diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 17:55:28 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-11 17:55:28 +0000 |
commit | f54829811c0b0ad5e76802990c2b028164cf8b8a (patch) | |
tree | 7f7a56c2d63cb7c33c39468d59d5c89bedf78ac4 /news | |
parent | Add WITH_SYSLOG knob. (diff) |
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=100695
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 4 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 4 | ||||
-rw-r--r-- | news/inn/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 29db89e3f4c9..c299824f0996 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -17,8 +17,6 @@ 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 @@ -139,6 +137,8 @@ post-patch: .endif post-install: + ${CHOWN} root:wheel ${PREFIX}/man ${PREFIX}/man/man1 ${PREFIX}/man/man3 \ + ${PREFIX}/man/man5 ${PREFIX}/man/man8 ${MKDIR} ${INN_NEWSSPOOL} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index a1792e4557a0..e73e4792e921 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -17,8 +17,6 @@ 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 @@ -135,6 +133,8 @@ post-patch: .endif post-install: + ${CHOWN} root:wheel ${PREFIX}/man ${PREFIX}/man/man1 ${PREFIX}/man/man3 \ + ${PREFIX}/man/man5 ${PREFIX}/man/man8 ${MKDIR} ${INN_NEWSSPOOL} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/news/inn/Makefile b/news/inn/Makefile index 46f75cd94e16..1c472776a927 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -15,8 +15,6 @@ 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 @@ -131,6 +129,8 @@ post-patch: .endif post-install: + ${CHOWN} root:wheel ${PREFIX}/man ${PREFIX}/man/man1 ${PREFIX}/man/man3 \ + ${PREFIX}/man/man5 ${PREFIX}/man/man8 ${MKDIR} ${INN_NEWSSPOOL} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |