From ed5d5f0fa94c825c94a92623efc6ffa57a7614b1 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Mon, 24 Apr 2006 21:17:31 +0000 Subject: - Fix installation of files in ${DOCSDIR} (they were installing under the same name, overwriting it each time). - Add these files to pkg-plist. Approved by: garga (mentor) --- games/wolf3d/Makefile | 2 +- games/wolf3d/pkg-plist | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/games/wolf3d/Makefile b/games/wolf3d/Makefile index 8786e25d92e2..4a4a265ec61f 100644 --- a/games/wolf3d/Makefile +++ b/games/wolf3d/Makefile @@ -86,7 +86,7 @@ do-install: ${MKDIR} ${DOCSDIR}/docs ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}/docs . for f in IDEAS NOTES README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/IDEAS + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor .endif diff --git a/games/wolf3d/pkg-plist b/games/wolf3d/pkg-plist index a38b162c5905..4ce6753bfbdc 100644 --- a/games/wolf3d/pkg-plist +++ b/games/wolf3d/pkg-plist @@ -4,6 +4,9 @@ libexec/wolf3d/sdlwolf3d-ss libexec/wolf3d/sdlwolf3d-wf libexec/wolf3d/sdlwolf3d-ws %%PORTDOCS%%%%DOCSDIR%%/IDEAS +%%PORTDOCS%%%%DOCSDIR%%/NOTES +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/docs/goodstuf.txt %%PORTDOCS%%%%DOCSDIR%%/docs/release.txt %%WOLF_SW%%%%DATADIR%%/audiohed.wl1 -- cgit