diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-21 13:36:37 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-21 13:36:37 +0000 |
commit | 982163757ed5826836bdc1fbab9c7336f79f12a6 (patch) | |
tree | 445354a613cf79bdfd6576f72ca451dea205a45e /games/umark | |
parent | c8101b03eeed6dfc0f687ecb0cb3d4114300d359 (diff) | |
download | ports-982163757ed5826836bdc1fbab9c7336f79f12a6.tar.gz ports-982163757ed5826836bdc1fbab9c7336f79f12a6.zip |
Notes
Diffstat (limited to 'games/umark')
-rw-r--r-- | games/umark/Makefile | 6 | ||||
-rw-r--r-- | games/umark/files/pkg-message.in | 2 | ||||
-rw-r--r-- | games/umark/pkg-plist | 5 |
3 files changed, 3 insertions, 10 deletions
diff --git a/games/umark/Makefile b/games/umark/Makefile index 3b514825dbfd..96b9475c6c7d 100644 --- a/games/umark/Makefile +++ b/games/umark/Makefile @@ -16,13 +16,11 @@ DISTNAME= UMark-for-Linux-v${DISTVERSION:S/.//g} MAINTAINER= danfe@FreeBSD.org COMMENT= Unreal Tournament 200x series benchmark utility -USE_GCC= 3.3+ -USE_X_PREFIX= yes USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/UMark/src MAKEFILE= ${FILESDIR}/Makefile SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message +PORTDOCS= * do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @@ -39,6 +37,8 @@ do-install: .endif post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include <bsd.port.mk> diff --git a/games/umark/files/pkg-message.in b/games/umark/files/pkg-message.in index 48967e9fd0b9..f1c102d6ea56 100644 --- a/games/umark/files/pkg-message.in +++ b/games/umark/files/pkg-message.in @@ -1,4 +1,3 @@ - Before running this software, you need to configure it first. This is best to be done with `install_umark_data.sh' script, which is installed here: @@ -19,4 +18,3 @@ If one of the lines says "n/a|n/a", it means that `install_umark_data.sh' did not find where the respective version of the game is installed. In this case, you should manually enter the game build number and root installation path. - diff --git a/games/umark/pkg-plist b/games/umark/pkg-plist index e7024ae57090..d8194dae76b9 100644 --- a/games/umark/pkg-plist +++ b/games/umark/pkg-plist @@ -47,8 +47,3 @@ bin/umark @dirrm %%DATADIR%%/data/UT2003 @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% |