summaryrefslogtreecommitdiff
path: root/x11/gnustep-back
diff options
context:
space:
mode:
authorrh <rh>2005-04-15 05:16:47 +0000
committerrh <rh>2005-04-15 05:16:47 +0000
commit0da3f9800c34ffee24d187edd71c234fc814c0d0 (patch)
tree85410b191e72c3c7704d4e2d00362adaf9ee5d9b /x11/gnustep-back
parent1a9ac1153c7d64c66b565c12f29319b9e2fcb4f6 (diff)
downloadpkgsrc-0da3f9800c34ffee24d187edd71c234fc814c0d0.tar.gz
s/MKDIR/INSTALL_DATA_DIR/
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r--x11/gnustep-back/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index d03425812eb..b0ff5e697cc 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/15 05:15:05 rh Exp $
+# $NetBSD: Makefile,v 1.24 2005/04/15 05:16:47 rh Exp $
DISTNAME= gnustep-back-0.9.5
CATEGORIES= x11 gnustep
@@ -12,7 +12,7 @@ USE_X11= yes
CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
pre-install:
- ${MKDIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
+ ${INSTALL_DATA_DIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"