pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/portsentry Require pre-created sbin directory.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6085e7fca6d
branches:  trunk
changeset: 536908:f6085e7fca6d
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 28 11:51:42 2007 +0000

description:
Require pre-created sbin directory.

diffstat:

 security/portsentry/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b064cad61a6 -r f6085e7fca6d security/portsentry/Makefile
--- a/security/portsentry/Makefile      Fri Dec 28 11:47:24 2007 +0000
+++ b/security/portsentry/Makefile      Fri Dec 28 11:51:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/28 11:51:42 obache Exp $
 #
 
 DISTNAME=      portsentry-1.2
@@ -17,7 +17,7 @@
 CONF_FILES=    ${EGDIR}/portsentry.conf ${PKG_SYSCONFDIR}/portsentry.conf
 CONF_FILES+=   ${EGDIR}/portsentry.ignore ${PKG_SYSCONFDIR}/portsentry.ignore
 
-INSTALLATION_DIRS=     share/doc/portsentry share/examples/portsentry
+INSTALLATION_DIRS=     sbin share/doc/portsentry share/examples/portsentry
 
 post-patch:
        @cd ${WRKSRC};                                                  \



Home | Main Index | Thread Index | Old Index