- 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:
Pav Lucistnik 2006-08-28 12:07:29 +00:00
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

View file

@ -7,6 +7,7 @@
PORTNAME= snd-music-duplicates
PORTVERSION= 1.9.8
PORTREVISION= 1
CATEGORIES= multimedia java
MASTER_SITES= http://www.pekarna.si/ \
http://olofsson.de/mirror/distfiles/

View file

@ -2,4 +2,4 @@
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"
exec "%%LOCALBASE%%/bin/java" -classpath "%%DATADIR%%/%%JARNAME%%" tigor.srdmusicduplicates.Application "$@"