freebsd-ports/japanese/vflib/files/patch-VFlib2-config.in
Hiroki Sato 5a35cbb5a0 - Fix pathname of sazanami-*.ttf in the vfontcap file.
- Use ${PREFIX}/etc/vflib for the vfontcap file.
- Use ${DOCSDIR} for documents.
- Use ${DATADIR} for jTeX files.
- Style clean-ups and update old information.
2009-05-31 15:13:43 +00:00

16 lines
393 B
Text

--- VFlib2-config.in.orig 2009-05-31 23:16:13.000000000 +0900
+++ VFlib2-config.in 2009-05-31 23:17:23.000000000 +0900
@@ -155,11 +155,11 @@
fi
if test "$echo_runtime_dir" = "yes"; then
- S="$S $datadir/VFlib/$version"
+ S="$S $prefix/etc/vflib"
fi
if test "$echo_vfontcap" = "yes"; then
- S="$S $datadir/VFlib/$version/vfontcap"
+ S="$S $prefix/etc/vflib/vfontcap"
fi
echo $S