diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-12 22:51:34 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-12 22:51:34 +0000 |
| commit | ecf85f0379a080be6fd1dc86ed10123e96b02c4c (patch) | |
| tree | 271cf803d9c40d00d03ef4fbb839c6d0f292548a | |
| parent | b0c3b27388a92ad571ab9aa5e72601532f1f378b (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/perl/usub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/usub/Makefile b/gnu/usr.bin/perl/usub/Makefile index 63b19497f628..7b9189ebfd6c 100644 --- a/gnu/usr.bin/perl/usub/Makefile +++ b/gnu/usr.bin/perl/usub/Makefile @@ -21,7 +21,7 @@ PERL=${.OBJDIR}/../perl/perl .elif !defined(PERL) && exists(${.CURDIR}/../perl/perl) PERL=${.CURDIR}/../perl/perl .else -PERL= /usr/bin/perl +PERL= ${DESTDIR}/usr/bin/perl .endif curses.c: curses.mus |
