diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
| commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
| tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/perl | |
| parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/perl')
| -rw-r--r-- | gnu/usr.bin/perl/lib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/x2p/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/lib/Makefile b/gnu/usr.bin/perl/lib/Makefile index 387824ba0708..76398c8b05ed 100644 --- a/gnu/usr.bin/perl/lib/Makefile +++ b/gnu/usr.bin/perl/lib/Makefile @@ -9,7 +9,7 @@ PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl NOOBJ= install: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR} + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR} clean: cleandir: diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile index cc6c2fe58dbc..8057dfbb9ad8 100644 --- a/gnu/usr.bin/perl/x2p/Makefile +++ b/gnu/usr.bin/perl/x2p/Makefile @@ -11,9 +11,9 @@ DPADD= ${LIBM} MAN1+= a2p.1 s2p.1 h2ph.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \ ${DESTDIR}${BINDIR} - install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \ ${DESTDIR}${BINDIR} afterinstall: |
