diff options
author | clement <clement@FreeBSD.org> | 2004-02-12 01:55:28 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-12 01:55:28 +0800 |
commit | bc1da9824c82606921670f074b333f99ba9a627e (patch) | |
tree | 33eb57c0aa1c941cd18e45daeaf3bc0677fc02be /news/inn-stable/Makefile | |
parent | 019ed93f6c355c85bce498b45d7303d21c619e92 (diff) | |
download | freebsd-ports-gnome-bc1da9824c82606921670f074b333f99ba9a627e.tar.gz freebsd-ports-gnome-bc1da9824c82606921670f074b333f99ba9a627e.tar.zst freebsd-ports-gnome-bc1da9824c82606921670f074b333f99ba9a627e.zip |
- Add a little workaround to keep man directories owned by root.
- Unmark as FORBIDDEN.
Noticed by: kris
Diffstat (limited to 'news/inn-stable/Makefile')
-rw-r--r-- | news/inn-stable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |