diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | aa3d22afbfb6d3e771f5049e6763573365068c24 (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /audio/openal | |
parent | 6541169ba40bc080ed4572a10b25cb784ed014c9 (diff) | |
download | pkgsrc-aa3d22afbfb6d3e771f5049e6763573365068c24.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 8 | ||||
-rw-r--r-- | audio/openal/PLIST | 3 |
2 files changed, 6 insertions, 5 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" diff --git a/audio/openal/PLIST b/audio/openal/PLIST index f8da9f970a1..cc217de3453 100644 --- a/audio/openal/PLIST +++ b/audio/openal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/12/01 13:59:43 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/30 03:44:41 jlam Exp $ include/AL/al.h include/AL/alc.h include/AL/alctypes.h @@ -9,5 +9,6 @@ include/AL/alu.h include/AL/alut.h include/AL/aluttypes.h include/AL/alutypes.h +info/openal.info lib/libopenal.la @dirrm include/AL |