mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2a434449f0
- STAGE support - remove pkg-install and pkg-deinstall scripts - remove @stopdaemon - ICE option is no longer default; devel/ice doesn't work on FreeBSD 10 since June - add a start_precmd to handle empty directory creation Approved by: crees (mentor)
12 lines
420 B
Plaintext
12 lines
420 B
Plaintext
@unexec if cmp -s %D/etc/murmur.ini.sample %D/etc/murmur.ini; then rm -f %D/etc/murmur.ini; fi
|
|
etc/murmur.ini.sample
|
|
@exec if [ ! -f %D/etc/murmur.ini ] ; then cp -p %D/%F %B/murmur.ini; fi
|
|
man/man1/murmurd.1.gz
|
|
sbin/murmurd
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.Linux
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|