From 4d84d388411d98ca473d5e3ec4cb5ae9950f5ac6 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Mar 2006 22:39:02 +0000 Subject: Fix patch to create directory before installing into it, and make this package use INSTALLATION_DIRS. --- audio/openal/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/openal/Makefile') diff --git a/audio/openal/Makefile b/audio/openal/Makefile index e7258d22744..2f3e1526039 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/05 16:27:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/17 22:39:02 jlam Exp $ DISTNAME= openal-20040816 PKGREVISION= 1 @@ -16,7 +16,8 @@ USE_TOOLS+= gmake makeinfo USE_LIBTOOL= yes GNU_CONFIGURE= yes -INFO_FILES= openal.info +INFO_FILES= openal.info +INSTALLATION_DIRS= info post-install: ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info -- cgit v1.2.3