diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-26 13:38:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-26 13:38:37 +0000 |
commit | 5fffc0d1734318c038c5898d4bf941df38bd8cc6 (patch) | |
tree | c5379475abb8cd3b29c29a39ea2c5660554e99e6 /print/gnome-print | |
parent | ca3ccfaceca202c029a7624ae6effbeebd35e88f (diff) | |
download | FreeBSD-ports-5fffc0d1734318c038c5898d4bf941df38bd8cc6.zip FreeBSD-ports-5fffc0d1734318c038c5898d4bf941df38bd8cc6.tar.gz |
Use `@exec touch ...' to create ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
if it doesn't exist. This ensures that the file is created in all cases and
should fix bento build. Originally file is only created when the package is
built on a system with X11 fonts installed.
Submitted by: bento
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist index 375b361..3e8c339 100644 --- a/print/gnome-print/pkg-plist +++ b/print/gnome-print/pkg-plist @@ -1,5 +1,6 @@ bin/gnome-font-install etc/gnome/fonts/gnome-print-ghostscript.fontmap +@exec touch %D/etc/gnome/fonts/gnome-print-x11.fontmap etc/gnome/fonts/gnome-print-x11.fontmap etc/printConf.sh include/gnome-1.0/libgnomeprint/gnome-font-dialog.h |