Changed .if exists(/usr/X386) to .if exists(${DESTDIR}/usr/X386) so that
authorRod Grimes <rgrimes@FreeBSD.org>
Thu, 19 Aug 1993 01:35:06 +0000 (01:35 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Thu, 19 Aug 1993 01:35:06 +0000 (01:35 +0000)
the right things happen when building a distribution (no X386 tree, in the
distribution, this the make install would fail...)

gnu/usr.bin/groff/xditview/Makefile

index a6fe035..fa0590d 100644 (file)
@@ -1,4 +1,4 @@
-.if exists(/usr/X386)
+.if exists(${DESTDIR}/usr/X386)
 
 BINDIR=                /usr/X386/bin
 MANDIR=                /usr/X386/man/man
 
 BINDIR=                /usr/X386/bin
 MANDIR=                /usr/X386/man/man