mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b43bcc5ac4
- Bump PORTREVISION (pkg-plist changed: binary mpd renamed musicpd) - Remove CONFLICTS with net/mpich2 PR: ports/156624 Submitted by: Chris Rees <utisoft at gmail.com> (maintainer)
6 lines
228 B
Plaintext
6 lines
228 B
Plaintext
@stopdaemon musicpd
|
|
bin/musicpd
|
|
@unexec if cmp -s %D/etc/%%MPDCONF%%.sample %D/etc/%%MPDCONF%%; then rm -f %D/etc/%%MPDCONF%%; fi
|
|
etc/%%MPDCONF%%.sample
|
|
@exec if [ ! -f %D/etc/%%MPDCONF%% ] ; then cp -p %D/%F %B/%%MPDCONF%%; fi
|