diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-28 18:34:27 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-28 18:34:27 +0000 |
| commit | bc019cca2fb755ab66c54bc88a073e843b66bb55 (patch) | |
| tree | a39a1747142107f2148dbc492322eb13ef13da57 | |
| parent | 4fea670478872a6e281acff3e3b6f3568abd672e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/version/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile index 1cdf425e5e62..95a2c7c9cf8b 100644 --- a/usr.sbin/pkg_install/version/Makefile +++ b/usr.sbin/pkg_install/version/Makefile @@ -2,7 +2,7 @@ MAINTAINER= billf@FreeBSD.org MAINTAINER+= bmah@CS.Sandia.GOV -MAN8= pkg_version.1 +MAN1= pkg_version.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
