diff options
author | markd <markd@pkgsrc.org> | 2002-04-21 23:19:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-04-21 23:19:53 +0000 |
commit | 5fc9edf546b60146c92387f60e43c083e6e8913b (patch) | |
tree | e225cb729642701c6a6f4b2a3771ecf98f27092f /editors/ted/Makefile | |
parent | dd58cad0f1bde8e6bd3faef589fbb83a54bb3c44 (diff) | |
download | pkgsrc-5fc9edf546b60146c92387f60e43c083e6e8913b.tar.gz |
Stop complaints about PKGDIR being redefined.
Fixes pkg/16408 from Robert Elz.
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r-- | editors/ted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index f7ebcf980ac..21d2930f567 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/04/09 02:13:37 markd Exp $ +# $NetBSD: Makefile,v 1.10 2002/04/21 23:19:54 markd Exp $ DISTNAME= ted-2.11.src PKGNAME= ted-2.11 @@ -20,7 +20,7 @@ INFODIR= ${PREFIX}/share/doc/Ted MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \ DEF_AFMDIR='-DAFMDIR=\"${AFMDIR}\"' \ DEF_INDDIR='-DINDDIR=\"${INDDIR}\"' \ - DEF_INFODIR='-DINFODIR=\"${INFODIR}\"' + DEF_INFODIR='-DDOCUMENT_DIR=\"${INFODIR}\"' ALL_TARGET= compile.shared INSTALL_TARGET= install.shared |