diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-21 18:41:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-21 18:41:35 +0800 |
commit | e024ee2f9cd33e5f11698af7f08b804af7e65ffc (patch) | |
tree | e81d591baf7fe68f0970cb7da4b9a4a005d6d566 | |
parent | 32defe9eb25335072905e8fc5544f64e4972013d (diff) | |
download | freebsd-ports-gnome-e024ee2f9cd33e5f11698af7f08b804af7e65ffc.tar.gz freebsd-ports-gnome-e024ee2f9cd33e5f11698af7f08b804af7e65ffc.tar.zst freebsd-ports-gnome-e024ee2f9cd33e5f11698af7f08b804af7e65ffc.zip |
Unbroke.
Submitted by: bento
-rw-r--r-- | print/libgnomeprint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index c62f0ab00b23..cc0a45258418 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -39,6 +39,7 @@ pre-patch: s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g' post-install: + @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap .include <bsd.port.mk> |