From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- fonts/xmbdfed/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts/xmbdfed') diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 66ff15c5c4c..3c04d042dee 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:52 jlam Exp $ DISTNAME= xmbdfed-4.5 PKGREVISION= # @@ -11,6 +11,8 @@ COMMENT= Motif-based BDF font editor with lots of features USE_X11BASE= YES +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 -- cgit v1.2.3