diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-02 14:16:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-02 14:16:49 +0000 |
commit | dd6f9aecd223894fd0211f09b7a15f4a3a89bcfc (patch) | |
tree | 78e72938e9ae1fafd84cf8b4b69b5d7c261245bd /games/openssn/files/patch-Makefile | |
parent | - Stage support [1] (diff) |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
LOCALBASE rather than PREFIX.
games/openssn:
- Remove USES=desktop-file-utils. No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.
games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
Notes
Notes:
svn path=/head/; revision=352815
Diffstat (limited to 'games/openssn/files/patch-Makefile')
-rw-r--r-- | games/openssn/files/patch-Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/openssn/files/patch-Makefile b/games/openssn/files/patch-Makefile deleted file mode 100644 index 5a8b0e48bda5..000000000000 --- a/games/openssn/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- ./Makefile.orig 2013-06-19 16:47:57.000000000 -0300 -+++ ./Makefile 2013-06-19 16:48:04.000000000 -0300 -@@ -1,6 +1,6 @@ - PREFIX ?= /usr - SSN = openssn --DATADIR = $(PREFIX)/share/openssn -+DATADIR = $(PREFIX)/share/games/openssn - OPTDIR = /opt/openssn - VERSION = 1.4 - |