From d2516625b3e529d0c2b3ebe023f33257284a6cb3 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 12 Sep 1994 05:10:07 +0000 Subject: Include of bsd.prog.mk should almost always be the last line of the file. Fix missing ${DESTDIR} in 2 places (rgrimes) Submitted by: bde --- gnu/usr.bin/perl/x2p/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin/perl/x2p') diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile index e64802a..15146d8 100644 --- a/gnu/usr.bin/perl/x2p/Makefile +++ b/gnu/usr.bin/perl/x2p/Makefile @@ -10,9 +10,10 @@ DPADD= ${LIBM} MAN1+= a2p.1 s2p.1 h2ph.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p ${BINDIR} - install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph ${BINDIR} + install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \ + ${DESTDIR}${BINDIR} + install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \ + ${DESTDIR}${BINDIR} -.include .include "../../Makefile.inc" - +.include -- cgit v1.1