summaryrefslogtreecommitdiff
path: root/games/yadex/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 19:41:27 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-07 19:41:27 +0000
commit65ac9cd50cc1be1d87b93ac77382bf97a5055729 (patch)
treef3bf5da7421b494c699822c5c716c828567a2eb0 /games/yadex/Makefile
parentupgrade to 0.4.25p3 (diff)
Use variables instead of hardcoded version #'s in Makefile and
PKG-PLIST PR: 28793 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44890
Diffstat (limited to 'games/yadex/Makefile')
-rw-r--r--games/yadex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile
index e5867d7556e1..b50cea773931 100644
--- a/games/yadex/Makefile
+++ b/games/yadex/Makefile
@@ -14,10 +14,11 @@ MAINTAINER= fracture@allusion.net
USE_GMAKE= yes
MAKEFILE= GNUmakefile
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
MAN6= yadex.6 ybsp.6
post-install:
- ${CHMOD} 644 ${PREFIX}/etc/yadex/1.5.2/yadex.cfg
+ ${CHMOD} 644 ${PREFIX}/etc/yadex/${PORTVERSION}/yadex.cfg
.include <bsd.port.mk>