aboutsummaryrefslogtreecommitdiffstats
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
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
-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%%
lass='commitgraph'>* Fix a problem where gnomecal would crash on the first of every month, andmarcus2002-06-023-0/+34 * Update to 1.4.6.marcus2002-06-015-9/+54 * add missing files.nork2002-04-292-0/+7 * Provide backup MASTER_SITE.sobomax2002-03-181-1/+2 * Fix compilation when WITHOUT_PILOT is defined.sobomax2002-01-211-3/+1 * Correct logic for optional pilot support.sobomax2002-01-211-1/+1 * Remove empty files.sobomax2002-01-151-0/+0 * Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.sobomax2002-01-081-3/+3 * Add USE_BISON, because port having problems building itself using byacc.sobomax2001-12-191-0/+2 * Correct WITHOUT_PILOT test in one place.sobomax2001-12-191-1/+1 * Make Pilot support "on" by default, so that package build on bento willsobomax2001-12-171-5/+5 * Put in missing .else - this should make WITH_PILOT working.sobomax2001-12-071-0/+1 * Update to 1.4.3.sobomax2001-12-065-52/+42 * s/malloc.h/stdlib.h/ijliao2001-11-091-0/+3 * SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1 * Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-056-70/+41 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * Rename ${FILESDIR}/patch.nopilot to ${PATCHDIR}/extra-patch-nopilot.asami2000-10-081-1/+1