diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-22 12:15:01 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-22 12:15:01 +0000 |
commit | 8c82053608b44d7f8cd992bb70b9f66cb271957e (patch) | |
tree | 8d3b4841b5c2c79510e153ea3c59ed3fa3a61a3f /games/54321/Makefile | |
parent | 624119f5e548790080a3c9bb1489bc31b413d04a (diff) |
Notes
Diffstat (limited to 'games/54321/Makefile')
-rw-r--r-- | games/54321/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/54321/Makefile b/games/54321/Makefile index c65aeba9e4e4..5729355181fe 100644 --- a/games/54321/Makefile +++ b/games/54321/Makefile @@ -22,11 +22,15 @@ USE_SDL= image sdl USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= all size +USE_REINPLACE= yes post-extract: @${MKDIR} ${WRKSRC}/archs/FreeBSD @${CP} ${FILESDIR}/variables.GNU ${WRKSRC}/archs/FreeBSD +post-patch: + ${REINPLACE_CMD} -e "s,ARCH,OPSYS," ${WRKSRC}/GNUmakefile + post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/54321.sh > ${WRKSRC}/54321 |