summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrh <rh>2005-04-15 05:15:05 +0000
committerrh <rh>2005-04-15 05:15:05 +0000
commitca3c78e030c20ae6e720f04c7adcd3827ba25fda (patch)
treeb79f3c56eddf1d40d6cbff51d84832ccce4c7d5e /x11
parent30c210b1ed5022ed4fd2cac2727b9bb0dc87c5f1 (diff)
downloadpkgsrc-ca3c78e030c20ae6e720f04c7adcd3827ba25fda.tar.gz
Create the Fonts directory before installation.
Diffstat (limited to 'x11')
-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"