diff options
-rw-r--r-- | math/ess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index b04cc44ff10..ec9c4ba941e 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/31 23:41:11 seb Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/08 16:55:27 seb Exp $ DISTNAME= ess-5.1.24 CATEGORIES= math @@ -19,7 +19,7 @@ INFODIR= ${EMACS_LISPPREFIX}/../info .else LISPDIR= ${EMACS_LISPPREFIX} INFODIR= info -INFO_FILES+= ess.info +INFO_FILES= ess.info .endif MAKE_ENV+= LISPDIR=${EMACS_LISPPREFIX}/ess |