1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/subsonic-standalone/pkg-plist
Jeremie Le Hen 8355ce3191 Minor improvements.
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
2016-08-22 13:33:23 +00:00

10 lines
569 B
Plaintext

%%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%%