[Bug 196721] [patch][maintainer] update games/wesnoth to 1.12.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 21 17:06:12 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196721
--- Comment #8 from John Marino <marino at FreeBSD.org> ---
Unfortunately, replacing @dirrmtry with @dir is wrong (@dir is not a new name
for @dirrm* it has a specific use)
Please review
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-keywords.html
section 7.6.7.9:
Declare directory name. By default, directories created under PREFIX by a
package installation are automatically removed. Use this when an empty
directory under PREFIX needs to be created, or when the directory needs to have
non default owner, group, or mode. Directories outside of PREFIX need to be
registered. For example, /var/db/${PORTNAME} needs to have a @dir entry whereas
${PREFIX}/share/${PORTNAME} does not if it contains files or uses the default
owner, group, and mode.
In practical terms, that means most ports have no @dir at all. They only use
them for empty directories or directories with no-standard ownership or
permissions. You can probably remove them all.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list