diff options
author | bapt <bapt@FreeBSD.org> | 2016-12-23 07:53:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-12-23 07:53:31 +0800 |
commit | 739090941c9573142ec6b3fd13614f44516f91da (patch) | |
tree | 32ff099cbb2e2e658080415eaa580753575aad02 | |
parent | 899d25b44e3e627f0b9028734ba86cd4e22742c7 (diff) | |
download | freebsd-ports-gnome-739090941c9573142ec6b3fd13614f44516f91da.tar.gz freebsd-ports-gnome-739090941c9573142ec6b3fd13614f44516f91da.tar.zst freebsd-ports-gnome-739090941c9573142ec6b3fd13614f44516f91da.zip |
Use @sample
-rw-r--r-- | net/mediatomb/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mediatomb/pkg-plist b/net/mediatomb/pkg-plist index 0f8990653d68..4644d66c691f 100644 --- a/net/mediatomb/pkg-plist +++ b/net/mediatomb/pkg-plist @@ -87,9 +87,8 @@ man/man1/mediatomb.1.gz %%DATADIR%%/web/top.html %%DATADIR%%/web/topleft.html %%DATADIR%%/web/topright.html -@unexec if cmp -s %D/etc/mediatomb/config.xml.dist %D/%%DATADIR%%/etc/mediatomb/config.xml; then rm -f %D/etc/mediatomb/config.xml; fi @dir(mediatomb,mediatomb,750) etc/mediatomb -etc/mediatomb/config.xml.dist +@sample etc/mediatomb/config.xml.dist etc/mediatomb/config.xml @dir %%DATADIR%%/js @dir %%DATADIR%%/web/icons/nanotree/images @dir %%DATADIR%%/web/icons/nanotree |