aboutsummaryrefslogtreecommitdiffstats
path: root/games/hex
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-02 11:37:19 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-02 11:37:19 +0800
commit104591c1c7437ff76d2d5d888b6d3971e7dc3d5a (patch)
tree43ad29b3932b3223869f16ea74e12322dd519218 /games/hex
parentd8746b72200e9c6250f90a304d5d8f72a8502a45 (diff)
downloadfreebsd-ports-gnome-104591c1c7437ff76d2d5d888b6d3971e7dc3d5a.tar.gz
freebsd-ports-gnome-104591c1c7437ff76d2d5d888b6d3971e7dc3d5a.tar.zst
freebsd-ports-gnome-104591c1c7437ff76d2d5d888b6d3971e7dc3d5a.zip
- Use DOCSDIR and DATADIR in pkg-plist
Diffstat (limited to 'games/hex')
-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%%