mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
43e0b7238a
PR: 133341 Submitted by: Julien Laffaye <kimelto@gmail.com> Approved by: maintainer timeout
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
bin/mpdscribble
|
|
@unexec if cmp -s %D/etc/mpdscribble.conf.sample %D/etc/mpdscribble.conf; then rm -f %D/etc/mpdscribble.conf; fi
|
|
etc/mpdscribble.conf.sample
|
|
@exec [ -f %B/mpdscribble.conf ] || cp -p %B/%f %B/mpdscribble.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|