diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-05-05 17:46:41 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-05-05 17:46:41 +0000 |
commit | b247d02a7dba83e1c2c83d88125f8a0f09f0a232 (patch) | |
tree | eca76f63a42077da1e4bd7f138cd72fd31525634 /games/exhaust-ma | |
parent | 84ba858fd121bcdba0027f2014645b08aaf58197 (diff) |
Notes
Diffstat (limited to 'games/exhaust-ma')
-rw-r--r-- | games/exhaust-ma/Makefile | 5 | ||||
-rw-r--r-- | games/exhaust-ma/files/patch-Makefile | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/games/exhaust-ma/Makefile b/games/exhaust-ma/Makefile index 7bec0a142eea..fc019ffdfffd 100644 --- a/games/exhaust-ma/Makefile +++ b/games/exhaust-ma/Makefile @@ -19,10 +19,9 @@ USE_GMAKE= yes NO_WRKSUBDIR= yes -PLIST_FILES= bin/${PORTNAME} +USE_DOS2UNIX= yes -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|
||' +PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/exhaust ${PREFIX}/bin/${PORTNAME} diff --git a/games/exhaust-ma/files/patch-Makefile b/games/exhaust-ma/files/patch-Makefile index 86a98eec6eb3..5da5c239a63c 100644 --- a/games/exhaust-ma/files/patch-Makefile +++ b/games/exhaust-ma/files/patch-Makefile @@ -1,11 +1,11 @@ --- Makefile.orig Sun Jul 13 16:07:34 2003 +++ Makefile Mon Oct 10 22:52:31 2005 @@ -1,8 +1,5 @@ - # $Id: Makefile,v 1.7 2003/07/13 10:23:18 martinus Exp $
-
--CC = cc
--CFLAGS = ${OPT} ${DBG}
--OPT = -O -fomit-frame-pointer
- #DBG = -g -DDEBUG=2
-
- # Recommended extra options for gcc:
+ # $Id: Makefile,v 1.7 2003/07/13 10:23:18 martinus Exp $ + +-CC = cc +-CFLAGS = ${OPT} ${DBG} +-OPT = -O -fomit-frame-pointer + #DBG = -g -DDEBUG=2 + + # Recommended extra options for gcc: |