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. --- graphics/dcraw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/dcraw') diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 673e244c987..63fbcaa64aa 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/06 04:33:30 markd Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= dcraw @@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} LIBS+= -lm -ljpeg +INSTALLATION_DIRS= bin man/man1 + do-extract: (cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}) -- cgit v1.2.3