diff options
author | seb <seb> | 2003-08-08 16:55:27 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-08 16:55:27 +0000 |
commit | 4744f623c65c76248005b325b6291b3908312fed (patch) | |
tree | b9e31eccfcdaf11aa005ab7f5a33c7c22d3263f5 /math/ess | |
parent | beb8c1537f2095e01ad1fb6d8321015fa6468208 (diff) | |
download | pkgsrc-4744f623c65c76248005b325b6291b3908312fed.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 |