- Teach quiz where to find it's data files

PR:		ports/61235 (inspired by)
Reported by:	Mark Laws <mdl@60hz.org>
This commit is contained in:
Pav Lucistnik 2004-01-12 21:20:49 +00:00
parent 7404b987e1
commit 463b8a319c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98019
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= freebsd-games
PORTVERSION= 5.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=markm
@ -56,6 +56,8 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \
-name 'index' | ${XARGS} ${REINPLACE_CMD} -e \
's|share/games|local/share/games|g'
@${REINPLACE_CMD} -e 's|/usr/local/local/local|${PREFIX}|g' \
${WRKSRC}/quiz/pathnames.h ${WRKSRC}/quiz/datfiles/index
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
"${WRKSRC}/hack/hack.unix.c"

View File

@ -7,7 +7,7 @@
PORTNAME= freebsd-games
PORTVERSION= 5.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=markm
@ -56,6 +56,8 @@ post-patch:
@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \
-name 'index' | ${XARGS} ${REINPLACE_CMD} -e \
's|share/games|local/share/games|g'
@${REINPLACE_CMD} -e 's|/usr/local/local/local|${PREFIX}|g' \
${WRKSRC}/quiz/pathnames.h ${WRKSRC}/quiz/datfiles/index
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
"${WRKSRC}/hack/hack.unix.c"