diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
commit | 5d48443269043d602e83f08d247c43b3a779a8d6 (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /games | |
parent | ddf94f6362349e872bf8f898f3507b76d06805d5 (diff) | |
download | ports-5d48443269043d602e83f08d247c43b3a779a8d6.tar.gz ports-5d48443269043d602e83f08d247c43b3a779a8d6.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/duel/Makefile | 3 | ||||
-rw-r--r-- | games/sdlCC/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile index 7926cde60dc6..10d36049403e 100644 --- a/games/duel/Makefile +++ b/games/duel/Makefile @@ -27,9 +27,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}-sh -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile index 56b2e68c0386..fd182f6f67a7 100644 --- a/games/sdlCC/Makefile +++ b/games/sdlCC/Makefile @@ -23,9 +23,6 @@ OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Chinese Checkers" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/libltdl/configure - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |