diff options
-rw-r--r-- | games/lmarbles/Makefile | 3 | ||||
-rw-r--r-- | games/marbles/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/games/lmarbles/Makefile b/games/lmarbles/Makefile index 731103ab7010..79d89b296415 100644 --- a/games/lmarbles/Makefile +++ b/games/lmarbles/Makefile @@ -7,6 +7,7 @@ PORTNAME= marbles PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames @@ -21,6 +22,8 @@ CONFIGURE_ARGS= --with-profile-path=/var/games CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config USE_REINPLACE= yes +MAN6= marbles.6 + post-patch: @${REINPLACE_CMD} -e 's/SDL\///' ${WRKSRC}/src/*.[ch] @${REINPLACE_CMD} -e 's/^#include "sys\/timeb.h"//' \ diff --git a/games/marbles/Makefile b/games/marbles/Makefile index 731103ab7010..79d89b296415 100644 --- a/games/marbles/Makefile +++ b/games/marbles/Makefile @@ -7,6 +7,7 @@ PORTNAME= marbles PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames @@ -21,6 +22,8 @@ CONFIGURE_ARGS= --with-profile-path=/var/games CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config USE_REINPLACE= yes +MAN6= marbles.6 + post-patch: @${REINPLACE_CMD} -e 's/SDL\///' ${WRKSRC}/src/*.[ch] @${REINPLACE_CMD} -e 's/^#include "sys\/timeb.h"//' \ |