diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 09:55:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 09:55:38 +0000 |
commit | 3e036f5a5348ad5d09cfb281b26422e1fa8c75b6 (patch) | |
tree | d1f58f3336eb679f73ae9c7951ddb73b80d8783c /net | |
parent | c327aae604c63cb422341e2c51a52a7b63ac8287 (diff) | |
download | pkgsrc-3e036f5a5348ad5d09cfb281b26422e1fa8c75b6.tar.gz |
Convert to USE_NEW_TEXINFO.
XXX I was not able to compile this on 1.6W, 1.6.1 or 1.5.3.
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 23766eb4275..5f36c8cb479 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/07/17 22:50:59 grant Exp $ +# $NetBSD: Makefile,v 1.34 2003/08/03 09:55:38 seb Exp $ DISTNAME= arla-0.35.12 #PKGREVISION= @@ -13,6 +13,7 @@ CONFLICTS+= lwp-[0-9]* CONFLICTS+= rx-[0-9]* OSVERSION_SPECIFIC= yes +USE_NEW_TEXINFO= YES INFO_FILES= arla.info USE_BUILDLINK2= yes @@ -66,5 +67,4 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/services ${EGDIR} ${INSTALL_DATA} ${FILESDIR}/fstab ${EGDIR} -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |