freebsd-ports/emulators/fceu-server/pkg-plist
Gabor Kovesdan 62459912c5 Minor fixes after the last commit:
- Use ETCDIR
- Add an @exec line to make the package consistent with the port
- Bump PORTREVSION
- Cosmetics

Suggested by:	sat
Reviewed by:	sat
2007-08-31 09:44:24 +00:00

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