diff options
-rw-r--r-- | mail/elm/Makefile | 4 | ||||
-rw-r--r-- | net/ntop1/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 81023d66d6e..975c55e13ba 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/03/04 21:29:59 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2007/04/04 13:01:23 joerg Exp $ DISTNAME= elm2.5.8 PKGNAME= elm-2.5.8 @@ -20,6 +20,8 @@ CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -d USE_TOOLS= nroff +INSTALLATION_DIRS= share/nls/C + .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == Darwin) diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile index 20201f89cfb..af9ce396fbe 100644 --- a/net/ntop1/Makefile +++ b/net/ntop1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/04/04 13:01:23 joerg Exp $ DISTNAME= ntop-1.1 PKGREVISION= 4 @@ -14,6 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-threads=no INSTALL_TARGET= install install-man +INSTALLATION_DIRS= ${PKGMANDIR}/man8 .include "../../net/libpcap/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" |