diff options
Diffstat (limited to 'games/openmortal/Makefile')
-rw-r--r-- | games/openmortal/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index f187be3c2ad0..0993676b806d 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -7,6 +7,7 @@ PORTNAME= openmortal PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,11 +26,6 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC}/src -name "*.cpp" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' -e 's|<malloc.h>|<stdlib.h>|g' - @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' -e 's|<malloc.h>|<stdlib.h>|g' .include <bsd.port.pre.mk> |