diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 13:37:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 13:37:24 +0000 |
commit | ceb21798a04d7b1f22aa6a14893b1bd2fd9410aa (patch) | |
tree | f1a37d3c23433110438621b0a2873edc1d5f5f52 /games/quake2forge | |
parent | 54742d5f6977be90c1485a2c45fc6a2e3c364936 (diff) |
- Rename bin/quake2 to bin/q2f because it conflicts with
games/quake2lnx
PR: 58761
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=92714
Diffstat (limited to 'games/quake2forge')
-rw-r--r-- | games/quake2forge/Makefile | 3 | ||||
-rw-r--r-- | games/quake2forge/pkg-message | 4 | ||||
-rw-r--r-- | games/quake2forge/pkg-plist | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index b89f7136c137..61d01c9f6ba1 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -7,6 +7,7 @@ PORTNAME= quake2forge PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= quake @@ -24,7 +25,7 @@ LDCONFIG_DIRS= ${PREFIX}/lib/quake2 ${PREFIX}/lib/quake2/baseq2 ${PREFIX}/lib/qu .include <bsd.port.pre.mk> -CONFIGURE_ARGS= --enable-static=no +CONFIGURE_ARGS= --enable-static=no --program-transform-name='s/^quake2$$/q2f/' CONFIGURE_TARGET= .if exists(${LOCALBASE}/lib/libSDL-1.1.so.5) diff --git a/games/quake2forge/pkg-message b/games/quake2forge/pkg-message index d9254e19100c..45763a1f5e82 100644 --- a/games/quake2forge/pkg-message +++ b/games/quake2forge/pkg-message @@ -12,4 +12,8 @@ If you experience problems with mouse move- ments when running in GLX-Mode, try setting in_dgamouse to 1. +ATTENTION: The Quake2Forge binary now gets +installed as q2f instead of quake2 to avoid +conflicting with games/quake2lnx + =============================================== diff --git a/games/quake2forge/pkg-plist b/games/quake2forge/pkg-plist index b30f256420d9..b6266134aa1e 100644 --- a/games/quake2forge/pkg-plist +++ b/games/quake2forge/pkg-plist @@ -1,4 +1,4 @@ -bin/quake2 +bin/q2f %%SVGA:%%lib/quake2/ref_soft.so %%SDL:%%lib/quake2/ref_softsdl.so %%SDLGL:%%lib/quake2/ref_sdlgl.so |