svn commit: r367212 - in head: astro/planets devel/aifad ftp/ocaml-ocurl

Antoine Brodin antoine at freebsd.org
Wed Sep 3 15:29:41 UTC 2014


On Wed, Sep 3, 2014 at 5:28 PM, Alexey Dokuchaev <danfe at freebsd.org> wrote:
> On Wed, Sep 03, 2014 at 03:25:17PM +0000, Antoine Brodin wrote:
>> New Revision: 367212
>> URL: http://svnweb.freebsd.org/changeset/ports/367212
>>
>> Log:
>>   Fix packaging
>> [...]
>>
>> -PORTDOCS=    KEYBINDINGS.txt getting_started.html
>> -PLIST_FILES= bin/planets man/man1/planets.1.gz
>> -
>>  do-install:
>>       ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
>>       ${INSTALL_MAN} ${WRKSRC}/planets.1 ${STAGEDIR}${MANPREFIX}/man/man1
>>       @${MKDIR} ${STAGEDIR}${DOCSDIR}
>> -.for doc in ${PORTDOCS}
>> -     ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
>> -.endfor
>> +     ${INSTALL_DATA} ${WRKSRC}/KEYBINDINGS.txt ${STAGEDIR}${DOCSDIR}
>> +     ${INSTALL_DATA} ${WRKSRC}/getting_started.html ${STAGEDIR}${DOCSDIR}
>>
>> [...]
>> +bin/planets
>> +man/man1/planets.1.gz
>> +%%PORTDOCS%%%%DOCSDIR%%/KEYBINDINGS.txt
>> +%%PORTDOCS%%%%DOCSDIR%%/getting_started.html
>> +%%PORTDOCS%%@dirrm %%DOCSDIR%%
>
> Hey Antoine, can you explain what's going on here?  Lots of ports are using
> PLIST_FILES/PORTDOCS to avoid spamming the tree with little pkg-plist files,
> and now you're essentially reverting it back.


It fails to package because bsd.ocaml.mk is stupid, i just fix.

Cheers,

Antoine


More information about the svn-ports-head mailing list