diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
commit | ed8425f85930b59dec50dd48e90e39e0394f3877 (patch) | |
tree | 4445a37aeb56e09b695d2d32d03801a7413f842b /chat | |
parent | 4ed3dbca9821249e23d9dc77f9913fde816fb571 (diff) | |
download | pkgsrc-ed8425f85930b59dec50dd48e90e39e0394f3877.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/liece/Makefile | 3 | ||||
-rw-r--r-- | chat/navi2ch/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chat/liece/Makefile b/chat/liece/Makefile index 327694950f8..55f2b4ad480 100644 --- a/chat/liece/Makefile +++ b/chat/liece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:26:03 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/08/09 10:33:29 seb Exp $ DISTNAME= liece-1.4.10 CATEGORIES= chat @@ -21,7 +21,6 @@ CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN} CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX} USE_GMAKE= # defined -USE_NEW_TEXINFO= YES INFO_FILES= liece.info .include "../../mk/bsd.pkg.mk" diff --git a/chat/navi2ch/Makefile b/chat/navi2ch/Makefile index 27061d48940..a83cb1a5290 100644 --- a/chat/navi2ch/Makefile +++ b/chat/navi2ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:26:06 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/09 10:33:29 seb Exp $ DISTNAME= navi2ch-1.6.1 CATEGORIES= chat @@ -21,7 +21,6 @@ CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX} .endif USE_GMAKE= # defined -USE_NEW_TEXINFO= YES INFO_FILES= navi2ch.info .include "../../mk/bsd.pkg.mk" |