diff options
author | glewis <glewis@FreeBSD.org> | 2003-08-14 00:05:07 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-08-14 00:05:07 +0800 |
commit | e7b421810ece0862c7293a6cecc110bea8b3a812 (patch) | |
tree | f0aa3ada3117a40cc147aac082ff8c68dd43191b /games | |
parent | 912da367c359637e763073bedbf845be5d1a3abd (diff) | |
download | freebsd-ports-gnome-e7b421810ece0862c7293a6cecc110bea8b3a812.tar.gz freebsd-ports-gnome-e7b421810ece0862c7293a6cecc110bea8b3a812.tar.zst freebsd-ports-gnome-e7b421810ece0862c7293a6cecc110bea8b3a812.zip |
. Use %%PORTDOCS%% and %%DOCSDIR%% in the packing list now that we are
installing all the documentation.
Diffstat (limited to 'games')
-rw-r--r-- | games/moria/pkg-plist | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/games/moria/pkg-plist b/games/moria/pkg-plist index 4317dbe6f8d9..70978619d962 100644 --- a/games/moria/pkg-plist +++ b/games/moria/pkg-plist @@ -1,15 +1,15 @@ bin/moria -share/doc/moria/ERRORS -share/doc/moria/FEATURES.NEW -share/doc/moria/dragon.inf -share/doc/moria/exp.doc -share/doc/moria/faq -share/doc/moria/history -share/doc/moria/moria.ms -share/doc/moria/moria.txt -share/doc/moria/pronounc -share/doc/moria/spells.doc -share/doc/moria/where.inf +%%PORTDOCS%%%%DOCSDIR%%/ERRORS +%%PORTDOCS%%%%DOCSDIR%%/FEATURES.NEW +%%PORTDOCS%%%%DOCSDIR%%/dragon.inf +%%PORTDOCS%%%%DOCSDIR%%/exp.doc +%%PORTDOCS%%%%DOCSDIR%%/faq +%%PORTDOCS%%%%DOCSDIR%%/history +%%PORTDOCS%%%%DOCSDIR%%/moria.ms +%%PORTDOCS%%%%DOCSDIR%%/moria.txt +%%PORTDOCS%%%%DOCSDIR%%/pronounc +%%PORTDOCS%%%%DOCSDIR%%/spells.doc +%%PORTDOCS%%%%DOCSDIR%%/where.inf share/moria/hours share/moria/news share/moria/origcmds.hlp @@ -19,5 +19,5 @@ share/moria/rwizcmds.hlp share/moria/scores share/moria/version.hlp share/moria/welcome.hlp -@dirrm share/doc/moria +%%PORTDOCS%%@dirrm share/doc/moria @dirrm share/moria |