Created attachment 204778 [details] burp - use rc script from distfile, improve pkg-plist Up to now, the port included an rc script in the files directory: the script is almost identical to the rc script coming with distfile, thus I remove the port's script in favor of the distfile's one, where I fix the only difference (it uses /usr/local instead of LOCALBASE). As the said rc script is public domain, I add PD to LICENSE variable. Moreover, I add PLIST_SUB= PORTVERSION=${PORTVERSION} to allow using the same pkg-plist file both for sysutils/burp (master port) and for sysutils/burp-devel (slave port).
Tested successfully on {11.2,12.0}-RELEASE {i386,amd64}.
A commit references this bug: Author: swills Date: Sat Jun 8 00:58:18 UTC 2019 New revision: 503689 URL: https://svnweb.freebsd.org/changeset/ports/503689 Log: sysutils/burp: Use rc script from distfile, improve pkg-plist PR: 238288 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Changes: head/sysutils/burp/Makefile head/sysutils/burp/files/ head/sysutils/burp/pkg-plist
Committed, thanks!