NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
This commit is contained in:
parent
20d9971bcf
commit
86c34c7330
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36573
1 changed files with 0 additions and 4 deletions
|
@ -28,7 +28,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/Imakefile \
|
|||
xc/config \
|
||||
xc/include \
|
||||
xc/extras
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= imake.1 \
|
||||
lndir.1 \
|
||||
makedepend.1 \
|
||||
|
@ -41,9 +40,6 @@ MAN1= imake.1 \
|
|||
xmkmf.1
|
||||
MANCOMPRESSED= yes
|
||||
INSTALL_TARGET= install install.man
|
||||
.else
|
||||
INSTALL_TARGET= install
|
||||
.endif
|
||||
# Followings are configration variables for XFree86 Systems.
|
||||
HasSecureRPC?= YES
|
||||
HasXdmAuth?= YES
|
||||
|
|
Loading…
Reference in a new issue