- Fix typos - Install BackupPC.html unconditionally I consider the BackupPC.html is not optional, since it also used as documentation page in the CGI.
Created attachment 144648 [details] patch
I'll take this. Submitted for review.
You've removed the DOCS option but the pod file is still using PORTDOCS. Do you intend to also unconditionally install the pod?
(In reply to milki from comment #3) > You've removed the DOCS option but the pod file is still using PORTDOCS. Do > you intend to also unconditionally install the pod? DOCS option is still in place, see line 39: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144648&action=diff#a/sysutils/backuppc/Makefile_sec2 I've just removed another one. I am not sure about the pod. On the one hand it is primary documentation source, but on the other hand there is a man. I have decided to leave it optional by now. DOCS option is required any way, since it also affects files specified in PORTDOCS.
A commit references this bug: Author: milki Date: Tue Jul 15 05:15:23 UTC 2014 New revision: 361864 URL: http://svnweb.freebsd.org/changeset/ports/361864 Log: Cleanup sysutils/backuppc pkg-plist - Main html doc should be unconditionally installed - Remove stopdaemon - Remove extra DOCS options PR: 191860 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: swills (mentor) Changes: head/sysutils/backuppc/Makefile head/sysutils/backuppc/pkg-plist
Thanks! Committed.