pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnustep-back Create the Fonts directory before ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/971ed8895e11
branches:  trunk
changeset: 492533:971ed8895e11
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Apr 15 05:15:05 2005 +0000

description:
Create the Fonts directory before installation.

diffstat:

 x11/gnustep-back/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 72f4bf3cf934 -r 971ed8895e11 x11/gnustep-back/Makefile
--- a/x11/gnustep-back/Makefile Fri Apr 15 05:07:15 2005 +0000
+++ b/x11/gnustep-back/Makefile Fri Apr 15 05:15:05 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index