diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-12 22:01:39 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-12 22:01:39 +0000 |
commit | 35b4af35627fced672a6606728caaf8cdfb5300b (patch) | |
tree | 7e8ba1f7982a872ab9bf9a0a1a861b206f81beb2 /games/bzflag/Makefile | |
parent | Oops, this is correct. (diff) |
Attempt to work around what seems to be a make time-dependency issue
(ie, 1 second granularity) and explicitly run the man target in
post-build.
Also, add the data files to the PLIST, which I missed in my last commit.
Noticed by: jkh
Debugging help: green
Notes
Notes:
svn path=/head/; revision=31588
Diffstat (limited to 'games/bzflag/Makefile')
-rw-r--r-- | games/bzflag/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index d9209ce3f5cd..4f8e99eb36bb 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -28,6 +28,9 @@ MAN6= bzflag.6 bzfrelay.6 bzfls.6 bzfs.6 do-configure: @${CP} ${FILESDIR}/config-sys ${WRKSRC}/ +post-build: + @(cd ${WRKSRC}/man && ${MAKE} targets) + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/man/*.6 ${PREFIX}/man/man6/ |