diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-23 02:02:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-23 02:02:18 +0800 |
commit | 5f8327fcb771210f7281078f2d0776d2a47cf13d (patch) | |
tree | 3af2c6fd64734ea0ee4daca02490b53bc92cd862 /games/lmarbles | |
parent | 85e692ec61895d9ce867af052d4ce793334490fd (diff) | |
download | freebsd-ports-gnome-5f8327fcb771210f7281078f2d0776d2a47cf13d.tar.gz freebsd-ports-gnome-5f8327fcb771210f7281078f2d0776d2a47cf13d.tar.zst freebsd-ports-gnome-5f8327fcb771210f7281078f2d0776d2a47cf13d.zip |
add missing man page
PR: 43252
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'games/lmarbles')
-rw-r--r-- | games/lmarbles/Makefile | 3 |
1 files changed, 3 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"//' \ |