mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use exec in wrapper script, as per Porter's Handbook
PR: ports/102478 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
This commit is contained in:
parent
17769c3f83
commit
e03776c387
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171536
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= snd-music-duplicates
|
PORTNAME= snd-music-duplicates
|
||||||
PORTVERSION= 1.9.8
|
PORTVERSION= 1.9.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia java
|
CATEGORIES= multimedia java
|
||||||
MASTER_SITES= http://www.pekarna.si/ \
|
MASTER_SITES= http://www.pekarna.si/ \
|
||||||
http://olofsson.de/mirror/distfiles/
|
http://olofsson.de/mirror/distfiles/
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"
|
exec "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue