diff options
-rw-r--r-- | lang/japhar/Makefile | 6 | ||||
-rw-r--r-- | lang/japhar/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index 7cb73bb2c9e..deecd6d3f66 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/06/02 01:19:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/07 13:42:37 seb Exp $ # DISTNAME= japhar-0.08 @@ -16,10 +16,12 @@ USE_LIBTOOL= yes USE_GMAKE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig +USE_NEW_TEXINFO= YES +INFO_FILES= japhar.info + .include "../../mk/bsd.prefs.mk" # The japhar tar archive uses ././@LongLink GNU tar hacks .undef EXTRACT_USING_PAX -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/japhar/PLIST b/lang/japhar/PLIST index 55d14f4cb8e..bc42b66622a 100644 --- a/lang/japhar/PLIST +++ b/lang/japhar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:26 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/07 13:42:37 seb Exp $ lib/libarch.a lib/libarch.la lib/libarch.so @@ -144,8 +144,6 @@ include/japhar/jvmdiint.h include/fficonfig.h include/ffi.h include/ffi_mips.h -@unexec ${INSTALL_INFO} --delete %D/info/japhar.info %D/info/dir info/japhar.info -@exec ${INSTALL_INFO} %D/info/japhar.info %D/info/dir @dirrm include/japhar/private @dirrm include/japhar |