1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/fga/pkg-plist
Adam Weinberger 44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00

11 lines
271 B
Plaintext

bin/graph_gen
bin/maxbit
bin/tsp
bin/tsp_bf
include/fga.hpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph_gen.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxbit.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tsp.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tsp_bf.cpp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%