diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 13:38:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 13:38:37 +0000 |
commit | 63bb30b303877b6ef8890330cec3a1f6c76d495b (patch) | |
tree | 1b1e85db9d3a25a6c09c36550a29416f01be2115 /print | |
parent | 8408ed8657475f978f43d085fd220f2a4e29e271 (diff) | |
download | ports-63bb30b303877b6ef8890330cec3a1f6c76d495b.tar.gz ports-63bb30b303877b6ef8890330cec3a1f6c76d495b.zip |
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
Notes
Notes:
svn path=/head/; revision=50570
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/pkg-plist | 1 | ||||
-rw-r--r-- | print/gnomeprint/pkg-plist | 1 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist index 375b3619e955..3e8c33921e2a 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 diff --git a/print/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist index 375b3619e955..3e8c33921e2a 100644 --- a/print/gnomeprint/pkg-plist +++ b/print/gnomeprint/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 diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index 375b3619e955..3e8c33921e2a 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/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 |