[Bug 211995] Mk/bsd.port.mk: Generic variables present in PLIST_SUB after r420328
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 19 12:14:24 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211995
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
URL| |https://reviews.freebsd.org
| |/D7580
--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
I just realised the wrong variable (PLIST_SUB) was used to check the presence
of generic variables rather than PLIST_SUB_SED, which was throwing off my
tests.
Patch (phabricator review) attached fixing two variable references.
For lang/python36, the generic variables are no longer present. Custom
variables added by the port remain present
lang/python36] make -V PLIST_SUB_SED
s!3\.6!%%XYDOT%%!g; s!3\.6\.0a4!%%XYZDOT%%!g; s!share/doc/python!%%DOCSDIR%%!g;
s!share/examples/python!%%EXAMPLESDIR%%!g; s!share/python!%%DATADIR%%!g;
s!www/python!%%WWWDIR%%!g; s!etc/python!%%ETCDIR%%!g;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list