svn commit: r423164 - in head/sysutils: . scct

Mathieu Arnold mat at FreeBSD.org
Mon Oct 3 07:57:19 UTC 2016


Le 03/10/2016 à 05:52, Joseph Mingrone a écrit :
> +PLIST_FILES=	bin/scct %%PORTDOCS%%%%DOCSDIR%%/README.org
This should be:

PLIST_FILES=bin/scct
DOCS_PLIST_FILES=${DOCSDIR}/README.org

or

PLIST_FILES= bin/scct
PORTDOCS=README.org

Also, do not use %%foo%% replacements in PLIST_FILES, use the real
variables. The only use of the %%foo%% thing is to carry out variables
from the Makefile to the pkg-plist file.

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161003/1956f4fe/attachment.sig>


More information about the svn-ports-all mailing list