pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp Use REQD_DIRS instead of OWN_DIRS -- shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/209590a07f0b
branches:  trunk
changeset: 508449:209590a07f0b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 19 16:12:02 2006 +0000

description:
Use REQD_DIRS instead of OWN_DIRS -- should fix CHECK_FILES build.

diffstat:

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

diffs (18 lines):

diff -r 143d2bd62152 -r 209590a07f0b net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Sun Feb 19 15:56:40 2006 +0000
+++ b/net/net-snmp/Makefile     Sun Feb 19 16:12:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/01/24 22:16:55 adam Exp $
+# $NetBSD: Makefile,v 1.43 2006/02/19 16:12:02 wiz Exp $
 
 DISTNAME=      net-snmp-5.3.0.1
 CATEGORIES=    net
@@ -85,7 +85,7 @@
 # Handle ${PREFIX}/share/snmp in the DEINSTALL script since it may contain
 # leftover config files or pidfiles after deinstallation.
 #
-OWN_DIRS=      ${PREFIX}/share/snmp
+REQD_DIRS=     ${PREFIX}/share/snmp
 RCD_SCRIPTS=   snmpd snmptrapd
 
 post-wrapper:



Home | Main Index | Thread Index | Old Index