8355ce3191
Most noticeable changes in no particular order: - The rc.d script doesn't use the provided shell script to start the daemon, but starts it directly. - This is now installed in ${DATADIR}, not in ${PREFIX}/${PORTDIRNAME}. - Define CONFLICTS_INSTALL so as to avoid colliding with non standalone version. - Use post-install-${OPTION}-on. PR: 210608 Submitted by: joshruehlig@gmail.com Reviewed by: crees Approved by: crees Differential Revision: https://reviews.freebsd.org/D7304
9 lines
569 B
Text
9 lines
569 B
Text
%%DATADIR%%/README.TXT
|
|
%%DATADIR%%/subsonic-booter-jar-with-dependencies.jar
|
|
%%DATADIR%%/subsonic.war
|
|
%%FFMPEG%%%%SUBSONIC_HOME%%/transcode/ffmpeg
|
|
%%FLAC%%%%SUBSONIC_HOME%%/transcode/flac
|
|
%%LAME%%%%SUBSONIC_HOME%%/transcode/lame
|
|
@postunexec test -d %%SUBSONIC_HOME%% && (echo "Configuration information and database saved." && echo "If you you are permanently uninstalling this package" && echo "please remove %%SUBSONIC_HOME%% and its contents manually.") || true
|
|
@dir(%%USER%%,%%GROUP%%,750) %%SUBSONIC_HOME%%/transcode
|
|
@dir(%%USER%%,%%GROUP%%,750) %%SUBSONIC_HOME%%
|