diff options
author | seb <seb> | 2003-06-26 13:48:55 +0000 |
---|---|---|
committer | seb <seb> | 2003-06-26 13:48:55 +0000 |
commit | e5d0855017326b0e5b965e9ac36d0ae1b7a6276a (patch) | |
tree | d0423f40317d7c4657b7a13f16ed4df649f3143a /audio | |
parent | 5ce193f9bee3ff8c42ba92428a289b07d0270ac1 (diff) | |
download | pkgsrc-e5d0855017326b0e5b965e9ac36d0ae1b7a6276a.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 5 | ||||
-rw-r--r-- | audio/openal/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 60089423a88..4255265980a 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/05/02 11:53:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/26 13:48:55 seb Exp $ # DISTNAME= openal-20030125 @@ -17,11 +17,12 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= openal.info post-install: ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info .include "../../mk/pthread.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/openal/PLIST b/audio/openal/PLIST index cbbe3e800fd..74d4b2c4792 100644 --- a/audio/openal/PLIST +++ b/audio/openal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/17 15:57:04 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/06/26 13:48:56 seb Exp $ include/AL/al.h include/AL/alc.h include/AL/alctypes.h @@ -9,9 +9,7 @@ include/AL/alu.h include/AL/alut.h include/AL/aluttypes.h include/AL/alutypes.h -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/openal.info info/openal.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/openal.info lib/libopenal.a lib/libopenal.so lib/libopenal.so.0 |