Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin/sendmail/cf/cf no longer need to replace relati...



details:   https://anonhg.NetBSD.org/src/rev/fdcd38fca39a
branches:  trunk
changeset: 504360:fdcd38fca39a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Feb 28 04:16:04 2001 +0000

description:
no longer need to replace relative path in netbsd-proto.mc

diffstat:

 gnu/usr.sbin/sendmail/cf/cf/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r fc1a4efa7100 -r fdcd38fca39a gnu/usr.sbin/sendmail/cf/cf/Makefile
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Feb 28 04:12:05 2001 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile      Wed Feb 28 04:16:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2001/01/15 17:57:44 itojun Exp $
+#      $NetBSD: Makefile,v 1.15 2001/02/28 04:16:04 itojun Exp $
 #      install these sources in /usr/share/sendmail/cf
 
 DIST=          ${.CURDIR}/../../../../dist
@@ -33,10 +33,6 @@
 realall: ${ALL}
 
 afterinstall:
-       sed 's,../../../../usr.sbin/sendmail/cf/cf/,,g' \
-               <${DESTDIR}${FILESDIR}/netbsd-proto.mc \
-               >${DESTDIR}${FILESDIR}/netbsd-proto.mc.new
-       mv ${DESTDIR}${FILESDIR}/netbsd-proto.mc.new ${DESTDIR}${FILESDIR}/netbsd-proto.mc
        ${CHMOD} ${ROMODE} ${DESTDIR}${FILESDIR}/netbsd-proto.mc
 
 # XXX not friendly with "make obj"



Home | Main Index | Thread Index | Old Index