diff options
author | seb <seb> | 2003-08-08 16:55:27 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-08 16:55:27 +0000 |
commit | 116a5d8fcb89e7909ad12ad58a4d829b426ff9b4 (patch) | |
tree | b9e31eccfcdaf11aa005ab7f5a33c7c22d3263f5 /math/ess | |
parent | d57a84e906bc5d3f45b67fbdd5286db79ede234b (diff) | |
download | pkgsrc-116a5d8fcb89e7909ad12ad58a4d829b426ff9b4.tar.gz |
No need to add stuff to INFO_FILES, straight setting looks better IMHO.
Diffstat (limited to 'math/ess')
-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 |