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: 210651 Submitted by: joshruehlig@gmail.com Reviewed by: crees Approved by: crees Differential Revision: https://reviews.freebsd.org/D7305
8 lines
523 B
Text
8 lines
523 B
Text
%%DATADIR%%/madsonic.war
|
|
%%DATADIR%%/madsonic-booter.jar
|
|
%%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%%
|