diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /lang/sather | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'lang/sather')
-rw-r--r-- | lang/sather/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index d66dbe5fa03..292521960a9 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:45:20 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/09 10:59:11 seb Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -16,7 +16,6 @@ USE_GMAKE= # defined ALL_TARGET= full optional MAKE_ENV+= _OPSYS_RPATH_NAME=${_OPSYS_RPATH_NAME} -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= sather.info sather-tutorial.info sather-mode.info |