diff options
author | beech <beech@FreeBSD.org> | 2013-03-14 06:26:44 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2013-03-14 06:26:44 +0800 |
commit | f7a257d5fdd4afe1a803432b899898ce62808665 (patch) | |
tree | 31d46d25d0df634b245a37da3a749c69a43a4978 /games/nelly/files | |
parent | 1500aeb611a1eecb83abe8dc8f1aaa2a530e335f (diff) | |
download | freebsd-ports-gnome-f7a257d5fdd4afe1a803432b899898ce62808665.tar.gz freebsd-ports-gnome-f7a257d5fdd4afe1a803432b899898ce62808665.tar.zst freebsd-ports-gnome-f7a257d5fdd4afe1a803432b899898ce62808665.zip |
- Makefile tweaks
- Add Desktop entries, removed all Notes
- Add pkg-plist
- Shorten header
PR: ports/173345
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'games/nelly/files')
-rw-r--r-- | games/nelly/files/nelly.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/nelly/files/nelly.in b/games/nelly/files/nelly.in index 70ae64b3dc80..c2f72849b0d7 100644 --- a/games/nelly/files/nelly.in +++ b/games/nelly/files/nelly.in @@ -1,5 +1,7 @@ #!/bin/sh # -echo "Nelly's Rooftop Garden: Starting up..." +# $FreeBSD$ +# + cd "%%DATADIR%%" -./nelly.py +exec /usr/bin/env python ./nelly.py "${@}" |