From 1dea181fa6ac7bb1b60556443d481ad036416953 Mon Sep 17 00:00:00 2001 From: hoek Date: Sat, 22 May 1999 19:38:04 +0000 Subject: Use BINOWN and BINGRP (some people do change these...) --- gnu/usr.bin/man/manpath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index e8d3bf6..e926167 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -18,7 +18,7 @@ ${MAN1}: ${.CURDIR}/manpath.man ${.CURDIR}/manpath.man > ${MAN1} afterinstall: - ${INSTALL} -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config \ - ${DESTDIR}${manpath_config_file}.sample + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 + ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample .include -- cgit v1.1