diff options
author | seb <seb> | 2003-07-07 13:42:37 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-07 13:42:37 +0000 |
commit | 2faa659bacdc71a80d99b90eb7c6a90758962e59 (patch) | |
tree | 94fd57f750828d9cf161ee8ec800a3a66b1ce9e9 /lang | |
parent | 3aa2dbd5165ba2900ba8268d759cd0c567fee246 (diff) | |
download | pkgsrc-2faa659bacdc71a80d99b90eb7c6a90758962e59.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang')
-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 |