diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-16 14:47:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-16 14:47:05 +0800 |
commit | e88e294be887dfe7c867aa071146c00f1067c51c (patch) | |
tree | 3c65a1bc513a4daa67f7ae0a7d750f6a6d2a7a36 /games/linux-quake3-demo/files | |
parent | b51456f2e98d76d48dc68d52dbb0522696e2c887 (diff) | |
download | freebsd-ports-gnome-e88e294be887dfe7c867aa071146c00f1067c51c.tar.gz freebsd-ports-gnome-e88e294be887dfe7c867aa071146c00f1067c51c.tar.zst freebsd-ports-gnome-e88e294be887dfe7c867aa071146c00f1067c51c.zip |
[UPDATE] games/linux-q3ademo: clean-up, minor fixes, rename to "linux-quake3-demo"
hanges:
* Clean-up.
* Rename to "linux-quake3-demo" (also rename port directory).
* Add SIZE entry to distinfo.
* Fix symlink with different OpenGL implementations (ports).
* Take maintainership.
* Use SUB_FILES for script.
* Distfile is fetched automatically from MASTER_SITE_GENTOO.
PR: ports/86227
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'games/linux-quake3-demo/files')
-rw-r--r-- | games/linux-quake3-demo/files/peel | 3 | ||||
-rw-r--r-- | games/linux-quake3-demo/files/q3demo.in | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/linux-quake3-demo/files/peel b/games/linux-quake3-demo/files/peel deleted file mode 100644 index 982b97d1d216..000000000000 --- a/games/linux-quake3-demo/files/peel +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd $2 -tail +165 $1 | tar xfoz - diff --git a/games/linux-quake3-demo/files/q3demo.in b/games/linux-quake3-demo/files/q3demo.in new file mode 100644 index 000000000000..e66a6f4bf965 --- /dev/null +++ b/games/linux-quake3-demo/files/q3demo.in @@ -0,0 +1,5 @@ +#!/bin/sh + +cd %%DATADIR%% || exit 1 + +exec ./q3demo "$@" |