mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
44eaadcb75
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.
11 lines
271 B
Plaintext
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%%
|