Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk There's no need for TMACDIR here after all. Anythin...



details:   https://anonhg.NetBSD.org/src/rev/7c687c532819
branches:  trunk
changeset: 518357:7c687c532819
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Nov 28 23:32:16 2001 +0000

description:
There's no need for TMACDIR here after all. Anything using it is using it for
FILES installs so it can't have DESTDIR in front of it (and those Makefiles
all explicitly set it).

diffstat:

 share/mk/bsd.man.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3353ad19ae53 -r 7c687c532819 share/mk/bsd.man.mk
--- a/share/mk/bsd.man.mk       Wed Nov 28 22:39:09 2001 +0000
+++ b/share/mk/bsd.man.mk       Wed Nov 28 23:32:16 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.man.mk,v 1.70 2001/11/28 20:19:08 tv Exp $
+#      $NetBSD: bsd.man.mk,v 1.71 2001/11/28 23:32:16 jmc Exp $
 #      @(#)bsd.man.mk  8.1 (Berkeley) 6/8/93
 
 .include <bsd.init.mk>
@@ -15,8 +15,6 @@
 TMACDEPDIR?=   ${DESTDIR}/usr/share/tmac
 .endif
 
-TMACDIR?=      ${DESTDIR}/usr/share/tmac
-
 HTMLDIR?=      ${DESTDIR}/usr/share/man
 CATDEPS?=      ${TMACDEPDIR}/tmac.andoc \
                ${TMACDEPDIR}/tmac.doc \



Home | Main Index | Thread Index | Old Index