diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-22 18:02:18 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-22 18:02:18 +0000 |
commit | 5f8327fcb771210f7281078f2d0776d2a47cf13d (patch) | |
tree | 3af2c6fd64734ea0ee4daca02490b53bc92cd862 /games | |
parent | 85e692ec61895d9ce867af052d4ce793334490fd (diff) | |
download | FreeBSD-ports-5f8327fcb771210f7281078f2d0776d2a47cf13d.zip FreeBSD-ports-5f8327fcb771210f7281078f2d0776d2a47cf13d.tar.gz |
add missing man page
PR: 43252
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'games')
-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 731103a..79d89b2 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 731103a..79d89b2 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"//' \ |