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/inn | |
parent | 1fdb0bc2d0007eeaa69b56934530a1b4412805d9 (diff) |
Notes
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |