diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /audio/openal/Makefile | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 2f3e1526039..1f8ca948a85 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/17 22:39:02 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/30 03:44:41 jlam Exp $ DISTNAME= openal-20040816 PKGREVISION= 1 @@ -16,11 +16,11 @@ USE_TOOLS+= gmake makeinfo USE_LIBTOOL= yes GNU_CONFIGURE= yes -INFO_FILES= openal.info -INSTALLATION_DIRS= info +INFO_FILES= # PLIST +INSTALLATION_DIRS= ${PKGINFODIR} post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info + ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/${PKGINFODIR} .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |