From 9e5a580c7cd0c897aef81fa796765bd0f8c4e40a 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/pcf2bdf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts/pcf2bdf') diff --git a/fonts/pcf2bdf/Makefile b/fonts/pcf2bdf/Makefile index 6df9b05b0e8..c0c63f3e23f 100644 --- a/fonts/pcf2bdf/Makefile +++ b/fonts/pcf2bdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= pcf2bdf-1.04 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c++ MAKEFILE= Makefile.gcc +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1 -- cgit v1.2.3