diff options
author | petef <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-02-22 22:25:16 +0000 |
commit | 318437de07ba3cdde14e1d9613ebbe39d8e5746f (patch) | |
tree | bf1ddf95308b11a2ab8988060e013a03659fbbe5 /games/gl-117/Makefile | |
parent | ce6fbb6b902a9ec2e54316c2067a3c997102e047 (diff) | |
download | FreeBSD-ports-318437de07ba3cdde14e1d9613ebbe39d8e5746f.zip FreeBSD-ports-318437de07ba3cdde14e1d9613ebbe39d8e5746f.tar.gz |
Update to 0.8.2.
PR: 48554
Submitted by: maintainer
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r-- | games/gl-117/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index c193dd2..6132a91 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gl-117 -PORTVERSION= 0.8 +PORTVERSION= 0.8.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -38,5 +38,6 @@ post-patch: @cd ${WRKSRC}/src \ && ${MV} loader_tga.cpp loader_tga.cpp.bak \ && ${TR} -d '\015' < loader_tga.cpp.bak > loader_tga.cpp + @${REINPLACE_CMD} -e 's!"SDL/!"SDL11/!g' ${WRKSRC}/src/common.h .include <bsd.port.mk> |