diff options
Diffstat (limited to 'games/yadex/Makefile')
-rw-r--r-- | games/yadex/Makefile | 3 |
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> |