summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/info/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/info/Makefile.in')
-rw-r--r--pkgtools/pkg_install/files/info/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/info/Makefile.in b/pkgtools/pkg_install/files/info/Makefile.in
index f94965bca12..ddf67598bb6 100644
--- a/pkgtools/pkg_install/files/info/Makefile.in
+++ b/pkgtools/pkg_install/files/info/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.24 2012/03/01 21:40:01 joerg Exp $
+# $NetBSD: Makefile.in,v 1.25 2012/05/15 16:43:53 christos Exp $
srcdir= @srcdir@
@@ -52,7 +52,7 @@ install:
$(INSTALL) -m 755 -d ${DESTDIR}$(man1dir)
$(INSTALL) $(PROG) ${DESTDIR}$(sbindir)/$(PROG)
$(INSTALL) -m 444 $(PROG).1 ${DESTDIR}$(man1dir)/$(PROG).1
-.if !empty(MANINSTALL:Mcatinstall)
+.if defined(MANINSTALL) && !empty(MANINSTALL:Mcatinstall)
$(INSTALL) -m 755 -d ${DESTDIR}$(cat1dir)
$(INSTALL) -m 444 $(PROG).cat ${DESTDIR}$(cat1dir)/$(PROG).0
.endif