62459912c5
- Use ETCDIR - Add an @exec line to make the package consistent with the port - Bump PORTREVSION - Cosmetics Suggested by: sat Reviewed by: sat
6 lines
347 B
Plaintext
6 lines
347 B
Plaintext
bin/fceu-server
|
|
@unexec if cmp -s %D/%%ETCDIR%%/fceu-standard.conf %D/%%ETCDIR%%/fceu-server.conf.sample; then rm %D/%%ETCDIR%%/fceu-standard.conf; fi
|
|
%%ETCDIR%%/fceu-server.conf.sample
|
|
@exec [ -f %D/%%ETCDIR%%/fceu-standard.conf ] || install -m 644 %D/%%ETCDIR%%/fceu-server.conf.sample %D/%%ETCDIR%%/fceu-standard.conf
|
|
@dirrmtry etc/fceu-server
|