summaryrefslogtreecommitdiff
path: root/games/hex/pkg-plist
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 03:37:19 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 03:37:19 +0000
commit9a861cab7946652025a3bea10bc3868d1474c5cf (patch)
tree43ad29b3932b3223869f16ea74e12322dd519218 /games/hex/pkg-plist
parent- Add stage support (diff)
- Use DOCSDIR and DATADIR in pkg-plist
Notes
Notes: svn path=/head/; revision=332448
Diffstat (limited to 'games/hex/pkg-plist')
-rw-r--r--games/hex/pkg-plist34
1 files changed, 17 insertions, 17 deletions
diff --git a/games/hex/pkg-plist b/games/hex/pkg-plist
index 2f1d88bee671..5ba7760788ba 100644
--- a/games/hex/pkg-plist
+++ b/games/hex/pkg-plist
@@ -1,18 +1,18 @@
bin/hex
-%%PORTDOCS%%share/doc/hex/HISTORY
-%%PORTDOCS%%share/doc/hex/README
-%%PORTDOCS%%share/doc/hex/TODO
-share/hex/graphics/ball0.png
-share/hex/graphics/ball1.png
-share/hex/graphics/ball2.png
-share/hex/graphics/ball3.png
-share/hex/graphics/ball4.png
-share/hex/graphics/ball5.png
-share/hex/graphics/ball6.png
-share/hex/graphics/ball7.png
-share/hex/graphics/ball8.png
-share/hex/levels/Level1
-@dirrm share/hex/levels
-@dirrm share/hex/graphics
-@dirrm share/hex
-%%PORTDOCS%%@dirrm share/doc/hex
+%%PORTDOCS%%%%DOCSDIR%%/HISTORY
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%DATADIR%%/graphics/ball0.png
+%%DATADIR%%/graphics/ball1.png
+%%DATADIR%%/graphics/ball2.png
+%%DATADIR%%/graphics/ball3.png
+%%DATADIR%%/graphics/ball4.png
+%%DATADIR%%/graphics/ball5.png
+%%DATADIR%%/graphics/ball6.png
+%%DATADIR%%/graphics/ball7.png
+%%DATADIR%%/graphics/ball8.png
+%%DATADIR%%/levels/Level1
+@dirrm %%DATADIR%%/levels
+@dirrm %%DATADIR%%/graphics
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%