Hi, I'm interested in porting sloccount (https://dwheeler.com/sloccount/)to OpenBSD, but I have a few questions:
The developer says he is using GPLv2+, but this license is not included in the source, so I assume that these PERMIT lines are accurate: PERMIT_PACKAGE_CDROM = claims GPLv2+, but no copyright notice in source files PERMIT_PACKAGE_FTP = claims GPLv2+, but no copyright notice in source files PERMIT_DISTFILES_FTP = claims GPLv2+, but no copyright notice in source files The source files are a bit cluttered, there are a few redundant *.orig files, and the Makefile is called "makefile". What is the best way to remove and rename source files in ports?