Date: Tue, 03 Jun 2014 18:20:58 +0200 From: Stefan Esser <se@freebsd.org> To: freebsd-ports@freebsd.org Cc: Christian Weisgerber <naddy@mips.inka.de> Subject: Re: staging mail/heirloom-mailx [for review] Message-ID: <538DF5EA.6040601@freebsd.org> In-Reply-To: <slrnlorp8l.31fh.naddy@lorvorc.mips.inka.de> References: <538d7b28.lVZkXmmgcW3QZagN%perryh@pluto.rain.com> <slrnlorp8l.31fh.naddy@lorvorc.mips.inka.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 03.06.2014 17:09, schrieb Christian Weisgerber: > On 2014-06-03, Perry Hutchison <perryh@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?538DF5EA.6040601>