summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2007-12-22 11:48:09 +0000
committerobache <obache>2007-12-22 11:48:09 +0000
commit5130f9f9ab5635231bbde81fcb2d4f3e24be2786 (patch)
treef51d2e61e278445ca24b6ca5bfd8f1a1b8d866dc /net
parent08dc41528d9ec67f54bc0e1088a7b1e15cc296df (diff)
downloadpkgsrc-5130f9f9ab5635231bbde81fcb2d4f3e24be2786.tar.gz
Also need sbin directory before install.
Then DESTDIR ready.
Diffstat (limited to 'net')
-rw-r--r--net/ntop1/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ntop1/Makefile b/net/ntop1/Makefile
index af9ce396fbe..9addac8fd09 100644
--- a/net/ntop1/Makefile
+++ b/net/ntop1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/04/04 13:01:23 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/22 11:48:09 obache Exp $
DISTNAME= ntop-1.1
PKGREVISION= 4
@@ -14,7 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-threads=no
INSTALL_TARGET= install install-man
-INSTALLATION_DIRS= ${PKGMANDIR}/man8
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/libpcap/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"