mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
- Change Desktop entry file - Fix the usage of 'perl' to get rid of the implicit lang/perl dependency
7 lines
80 B
Bash
7 lines
80 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"/bin
|
|
exec %%PERL%% ./pangzero "${@}"
|