On 11/14/2017 3:24 PM, Ernie Luzar wrote:
> Searched the porters handbook and can not find any info about how to
> code the Makefile for adding a file to /usr/local/etc/periodic/daily
> directory. Was hoping for a canned macro but no joy.
> 
> Can someone please point me to documentation or provide an example.
> 
> Thanks

It's just a file, nothing too special needed.

${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKSRC}/40.blah ${STAGEDIR}${PREFIX}/etc/periodic/daily/

pkg-plist:
etc/periodic/daily/40.blah


-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to