diff options
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/Makefile.inc | 2 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/update/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/version/Makefile | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc index d157361e80cd..ac13ed56e771 100644 --- a/usr.sbin/pkg_install/Makefile.inc +++ b/usr.sbin/pkg_install/Makefile.inc @@ -6,7 +6,5 @@ LIBINSTALL= ${.OBJDIR}/../lib/libinstall.a LIBINSTALL= ${.CURDIR}/../lib/libinstall.a .endif -MANSECT?= 1 - # Inherit BINDIR from one level up. .include "../Makefile.inc" diff --git a/usr.sbin/pkg_install/update/Makefile b/usr.sbin/pkg_install/update/Makefile index bc08a120a96d..2e3888081133 100644 --- a/usr.sbin/pkg_install/update/Makefile +++ b/usr.sbin/pkg_install/update/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -MAN1= pkg_update.1 +MAN= pkg_update.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile index 787f493e7a52..0fb044adcd4c 100644 --- a/usr.sbin/pkg_install/version/Makefile +++ b/usr.sbin/pkg_install/version/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MAINTAINER= bmah@FreeBSD.org -MAN1= pkg_version.1 +MAN= pkg_version.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
