summaryrefslogtreecommitdiff
path: root/x11/gnustep-back
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2005-04-15 05:15:05 +0000
committerrh <rh@pkgsrc.org>2005-04-15 05:15:05 +0000
commit03120540d8647097537ad00ddbcb70aa66264511 (patch)
treeb79f3c56eddf1d40d6cbff51d84832ccce4c7d5e /x11/gnustep-back
parenta7b9a4231a38239df3e328b9ba322f570e5c3662 (diff)
downloadpkgsrc-03120540d8647097537ad00ddbcb70aa66264511.tar.gz
Create the Fonts directory before installation.
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r--x11/gnustep-back/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index f5df5a3b06f..d03425812eb 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/12 16:03:56 adam Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/15 05:15:05 rh Exp $
DISTNAME= gnustep-back-0.9.5
CATEGORIES= x11 gnustep
@@ -11,6 +11,9 @@ COMMENT= X11 AppKit backend for GNUstep
USE_X11= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
+pre-install:
+ ${MKDIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
+
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"