summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/usub
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-25 15:43:57 +0000
committerbde <bde@FreeBSD.org>1995-03-25 15:43:57 +0000
commitf7718cd6f5f50687312e31f02ef980c740ef650f (patch)
treea1918d7728fe4da3878a86e788d531c250c57bf1 /gnu/usr.bin/perl/usub
parentc6501b82c1de712f41c85e5ef885df803c9fe203 (diff)
downloadFreeBSD-src-f7718cd6f5f50687312e31f02ef980c740ef650f.zip
FreeBSD-src-f7718cd6f5f50687312e31f02ef980c740ef650f.tar.gz
Don't attempt to fix the mode of mus - mus might be read-only. Just
interpret it. I've preserved the bugs that perl must be installed to build part of perl and that it must be installed in the wrong place (no ${DESTDIR}).
Diffstat (limited to 'gnu/usr.bin/perl/usub')
-rw-r--r--gnu/usr.bin/perl/usub/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/usub/Makefile b/gnu/usr.bin/perl/usub/Makefile
index c0006bf..c0a55ba 100644
--- a/gnu/usr.bin/perl/usub/Makefile
+++ b/gnu/usr.bin/perl/usub/Makefile
@@ -15,8 +15,7 @@ VPATH+= ${.CURDIR}/../perl
NOMAN= yes
curses.c: curses.mus
- @if [ ! -x ${.CURDIR}/mus ]; then chmod +x ${.CURDIR}/mus; fi
- ${.CURDIR}/mus ${.CURDIR}/curses.mus > curses.c
+ /usr/bin/perl ${.CURDIR}/mus ${.CURDIR}/curses.mus > curses.c
.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud