From 087b0988c7c2bfaa3823a225f61757e9256e11a3 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. --- audio/applerecords/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/applerecords') diff --git a/audio/applerecords/Makefile b/audio/applerecords/Makefile index be22cec66aa..1ddcff8ff8b 100644 --- a/audio/applerecords/Makefile +++ b/audio/applerecords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/25 22:55:20 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= applerecords-0.5 @@ -14,6 +14,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} USE_JAVA= run +INSTALLATION_DIRS= bin + do-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.jar ${WRKSRC} ${SED} -e 's|@SH@|${SH}|g' -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/applerecords > ${WRKSRC}/applerecords -- cgit v1.2.3