mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
d01f1f8167
- Add MAKE_JOBS_SAFE - Support PORTEXAMPLES - Replace patch with REINPLACE_CMD PR: ports/172063 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
# $FreeBSD$
|
|
bin/setuid
|
|
bin/super
|
|
%%PORTEXAMPLES%%@unexec if cmp -s %D/etc/super.tab %D/%%EXAMPLESDIR%%/barebones.tab; then rm -f %D/etc/super.tab; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/barebones.tab
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.cdmount
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.tab
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|