staging mail/heirloom-mailx [for review]
Stefan Esser
se at freebsd.org
Tue Jun 3 16:21:05 UTC 2014
Am 03.06.2014 17:09, schrieb Christian Weisgerber:
> On 2014-06-03, Perry Hutchison <perryh at pluto.rain.com> wrote:
>
>> PLIST_FILES= bin/${PORTNAME} \
>> + man/man1/${PORTNAME}.1 \
>> "@unexec if cmp -s %D/etc/nail.rc %D/etc/nail.rc.default; then ${RM} -f %D/etc/nail.rc; fi " \
>> "etc/nail.rc.default" \
>> "@exec [ -f %B/nail.rc ] || ${CP} %B/%f %B/nail.rc"
>
> You can replace this @exec/@unexec dance with @sample.
>
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-config.html
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-keywords.html
I recently tried to find information on the semantics of the @sample
keyword, but could not easily find any ...
The pkg-create man-page contains just the (old) basic keywords, and
there is no man-page that mentions @sample or the other extensions.
Perhaps we should have a pkg-plist(5) that gives a concise overview
of all the relevant information found in the porters-handbook?
Regards, STefan
More information about the freebsd-ports
mailing list