mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
98876da03e
- Reset maintainer - Remove now useless check for FreeBSD 3.x - Make sure the example configuration file only gets deinstalled if not changed. PR: 74263 Submitted by: freebsd@simplerezo.com [1], distsurvey [1] Approved by: maintainer timeout (11 months)
10 lines
389 B
Plaintext
10 lines
389 B
Plaintext
bin/super
|
|
bin/setuid
|
|
@unexec if cmp -s %D/etc/super.tab %D/%%PORTDOCS%%/share/examples/super/barebones.tab; then rm -f %D/etc/super.tab; fi
|
|
%%PORTDOCS%%share/examples/super/sample.tab
|
|
%%PORTDOCS%%share/examples/super/barebones.tab
|
|
%%PORTDOCS%%share/examples/super/sample.cdmount
|
|
%%PORTDOCS%%share/doc/super/README
|
|
%%PORTDOCS%%@dirrm share/examples/super
|
|
%%PORTDOCS%%@dirrm share/doc/super
|