diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-22 22:43:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-22 22:43:23 +0800 |
commit | 819eaf3ce20373481c9d86fcc11411fc7e9df39f (patch) | |
tree | 24cf2c5f670d09044d4bf3d1c8c7004d2fb1453d /net/serviio | |
parent | 459f09bde99f12cbb5b28573bb141660a1fb4b85 (diff) | |
download | freebsd-ports-gnome-819eaf3ce20373481c9d86fcc11411fc7e9df39f.tar.gz freebsd-ports-gnome-819eaf3ce20373481c9d86fcc11411fc7e9df39f.tar.zst freebsd-ports-gnome-819eaf3ce20373481c9d86fcc11411fc7e9df39f.zip |
Cleanup plist
Diffstat (limited to 'net/serviio')
-rw-r--r-- | net/serviio/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/serviio/pkg-plist b/net/serviio/pkg-plist index 04075d776ae0..60c2ee39e279 100644 --- a/net/serviio/pkg-plist +++ b/net/serviio/pkg-plist @@ -36,8 +36,6 @@ bin/serviio-console %%JAVAJARDIR%%/serviio/streamflyer-core.jar %%JAVAJARDIR%%/serviio/winp.jar %%JAVAJARDIR%%/serviio/xstream.jar -@dirrm %%JAVAJARDIR%%/serviio/plugins -@dirrm %%JAVAJARDIR%%/serviio @unexec cmp %D/%%ETCDIR%%/application-profiles.xml %D/%%ETCDIR%%/application-profiles.dist.xml && rm -f %D/%%ETCDIR%%/application-profiles.xml || echo Modified application-profiles.xml remains in %D/%%ETCDIR%% @unexec cmp %D/%%ETCDIR%%/profiles.xml %D/%%ETCDIR%%/profiles.dist.xml && rm -f %D/%%ETCDIR%%/profiles.xml || echo Modified profiles.xml remains in %D/%%ETCDIR%% @unexec cmp %D/%%ETCDIR%%/log4j.xml %D/%%ETCDIR%%/log4j.dist.xml && rm -f %D/%%ETCDIR%%/log4j.xml || echo Modified log4j.xml remains in %D/%%ETCDIR%% @@ -50,4 +48,4 @@ bin/serviio-console @exec [ -f %D/%%ETCDIR%%/profiles.xml ] || cp -v %D/%%ETCDIR%%/profiles.dist.xml %D/%%ETCDIR%%/profiles.xml @exec [ -f %D/%%ETCDIR%%/log4j.xml ] || cp -v %D/%%ETCDIR%%/log4j.dist.xml %D/%%ETCDIR%%/log4j.xml @exec [ -f %D/%%ETCDIR%%/console-log4j.properties ] || cp -v %D/%%ETCDIR%%/console-log4j.dist.properties %D/%%ETCDIR%%/console-log4j.properties -@dirrmtry %%ETCDIR%% +@dir %%JAVAJARDIR%%/serviio/plugins |