diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |