diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-01 15:09:06 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-01 15:09:06 +0000 |
commit | 86c34c7330051bc80317689950e525f050e937bf (patch) | |
tree | e3fc9cd765fe45111d242d832c560cdb0e4032de /devel/imake-4 | |
parent | Add ved 1.5, a small and fast screen-oriented editor. (diff) |
NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=36573
Diffstat (limited to 'devel/imake-4')
-rw-r--r-- | devel/imake-4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index 8e1b38829194..c1c832bac09c 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -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 |