[Bug 204966] make check-plist incorrectly replaces path with %%WWWOWN%%

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 2 14:55:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204966

--- Comment #4 from Nikola Kolev <koue at chaosophia.net> ---
Hi,

As Mathieu says:

I found the problem. Wrong install path of the port's files makes 'make
check-plist' to returns:

Error: Orphaned: %%WWWOWN%%/data/rssroll/html/flak/header.html

Wrong install path of the port's files:
www/data/rssroll/html/flak/header.html

Corrent install path of the port's files:
www/rssroll/html/flak/header.html

With correct install path 'make check-plist' returns:

Error: Orphaned: %%WWWDIR%%/html/flak/header.html

I will correct the install paths of the files in the port and it will be OK.
But I want to notice %%WWWOWN%% or %%WWWGRP%% is not good idea to appear in the
paths of the files returned by 'make check-plist'.

Nikola

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list