diff options
author | seb <seb@pkgsrc.org> | 2003-08-05 09:50:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-05 09:50:59 +0000 |
commit | de4d99ef38646ab0fd4fbe45b388165febd96042 (patch) | |
tree | b3d912368e18458c0b5cb1855f1eb849f7d574e1 /security/kth-krb4/Makefile | |
parent | 6be5ae6321b30805dc28d9db364da5384c93f96c (diff) | |
download | pkgsrc-de4d99ef38646ab0fd4fbe45b388165febd96042.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'security/kth-krb4/Makefile')
-rw-r--r-- | security/kth-krb4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/kth-krb4/Makefile b/security/kth-krb4/Makefile index 3bcb243de11..5f4a3b4d78c 100644 --- a/security/kth-krb4/Makefile +++ b/security/kth-krb4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/07/17 22:52:56 grant Exp $ +# $NetBSD: Makefile,v 1.25 2003/08/05 10:04:48 seb Exp $ # DISTNAME= krb4-1.2.1 @@ -30,6 +30,9 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/kerberosIV USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_NEW_TEXINFO= YES +INFO_FILES= kth-krb.info + EXAMPLEDIR= ${PREFIX}/share/examples/kth-krb4 # this hangs while compiling one of the files, at least with the @@ -63,6 +66,5 @@ post-install: # Enable line below once it's needed #.include "../../mk/automake.mk" -.include "../../mk/texinfo.mk" .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |