pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ntop1 Also need sbin directory before install.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ef2c4061a95
branches:  trunk
changeset: 536777:2ef2c4061a95
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 22 11:48:09 2007 +0000

description:
Also need sbin directory before install.
Then DESTDIR ready.

diffstat:

 net/ntop1/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 37401df9f39b -r 2ef2c4061a95 net/ntop1/Makefile
--- a/net/ntop1/Makefile        Sat Dec 22 11:25:52 2007 +0000
+++ b/net/ntop1/Makefile        Sat Dec 22 11:48:09 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index