From c2fc3688fc31b2452ff0835bec7ff70d713f8a9c Mon Sep 17 00:00:00 2001 From: gclarkii Date: Sun, 11 Sep 1994 19:53:02 +0000 Subject: Added CURDIR directives for some installs. Reviewed by: Gary Clark II Submitted by: Rod Grimes --- gnu/usr.bin/perl/x2p/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/perl/x2p/Makefile b/gnu/usr.bin/perl/x2p/Makefile index d7e383d..e64802a 100644 --- a/gnu/usr.bin/perl/x2p/Makefile +++ b/gnu/usr.bin/perl/x2p/Makefile @@ -10,8 +10,9 @@ DPADD= ${LIBM} MAN1+= a2p.1 s2p.1 h2ph.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 555 s2p ${BINDIR} - install -c -o ${BINOWN} -g ${BINGRP} -m 555 h2ph ${BINDIR} + install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p ${BINDIR} + install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph ${BINDIR} .include +.include "../../Makefile.inc" -- cgit v1.1