diff options
Diffstat (limited to 'games/xpuyopuyo/files/gnome-config')
-rw-r--r-- | games/xpuyopuyo/files/gnome-config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xpuyopuyo/files/gnome-config b/games/xpuyopuyo/files/gnome-config new file mode 100644 index 00000000000..d75bcb9d7f9 --- /dev/null +++ b/games/xpuyopuyo/files/gnome-config @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $NetBSD: gnome-config,v 1.1 2000/08/11 20:01:20 jlam Exp $ + +case $1 in +--datadir) + echo @PREFIX@/share + ;; +esac |