diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-04-25 05:17:31 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-04-25 05:17:31 +0800 |
commit | d7cb18a107b6439c18140cf7063b767ef2f37cab (patch) | |
tree | 344072cb81b8521cd1884f78081a3e1d569096c6 /games/wolf3d | |
parent | 5a287181efcca0212f350c4ce49c58f082e776a5 (diff) | |
download | freebsd-ports-gnome-d7cb18a107b6439c18140cf7063b767ef2f37cab.tar.gz freebsd-ports-gnome-d7cb18a107b6439c18140cf7063b767ef2f37cab.tar.zst freebsd-ports-gnome-d7cb18a107b6439c18140cf7063b767ef2f37cab.zip |
- 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)
Diffstat (limited to 'games/wolf3d')
-rw-r--r-- | games/wolf3d/Makefile | 2 | ||||
-rw-r--r-- | games/wolf3d/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
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 |