diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:05:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 19:05:45 +0000 |
commit | 1b7d0c2ba6b530ed9d0dfa4d70f40ab7fa07f576 (patch) | |
tree | 7babee774bf899eedd287d8742fe4a20c2c8cdb4 /games/gl-117/Makefile | |
parent | upgrade to 2.12 (diff) |
upgrade to 0.8
PR: 46134
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72276
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r-- | games/gl-117/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index a2a261d47db2..a09fcc51605b 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gl-117 -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,5 +34,8 @@ post-patch: s|-lSDL |-lSDL-1.1 |g ; \ s|-lSDLmain|-lSDLmain-1.1|g' ${WRKSRC}/${file} .endfor + @cd ${WRKSRC}/src \ + && ${MV} loader_tga.cpp loader_tga.cpp.bak \ + && ${TR} -d '\015' < loader_tga.cpp.bak > loader_tga.cpp .include <bsd.port.mk> |