aboutsummaryrefslogtreecommitdiffstats
path: root/games/ezquake/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-22 13:02:11 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-22 13:02:11 +0800
commit5157d823c59a28b92b60af03a7186205ba110636 (patch)
tree92b0c1a2fc795cbcc7ea2498248420419f186a19 /games/ezquake/Makefile
parent0c53e01d9e95b7c6f0a3c65073017267e3d8f424 (diff)
downloadfreebsd-ports-gnome-5157d823c59a28b92b60af03a7186205ba110636.tar.gz
freebsd-ports-gnome-5157d823c59a28b92b60af03a7186205ba110636.tar.zst
freebsd-ports-gnome-5157d823c59a28b92b60af03a7186205ba110636.zip
- Remove pkg-message (in the latest version the workaround is not needed).
- Use "/dev/dsp" as the default sound device instead of the invalid "default". - Bump PORTREVISION.
Diffstat (limited to 'games/ezquake/Makefile')
-rw-r--r--games/ezquake/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile
index 3137164759cd..be379e4ed204 100644
--- a/games/ezquake/Makefile
+++ b/games/ezquake/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ezquake
PORTVERSION= 1754
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
@@ -82,9 +83,7 @@ post-patch:
do-install:
${MKDIR} ${Q1DIR}/${PORTNAME}
-.for f in cfg help keymaps manual pak0.pak sb textures ../qw/*
- ${CP} -R ${WRKSRC}/ezquake/${f} ${Q1DIR}/${PORTNAME}
-.endfor
+ ${CP} -R ${WRKSRC}/ezquake/* ${WRKSRC}/qw/* ${Q1DIR}/${PORTNAME}
.if !defined(WITHOUT_GLX)
${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake-gl.glx \
${PREFIX}/bin/ezquake-glx
@@ -94,9 +93,4 @@ do-install:
${PREFIX}/bin/ezquake-x11
.endif
-post-install:
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
-
.include <bsd.port.post.mk>