diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-19 16:12:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-19 16:12:02 +0000 |
commit | 429607db1b5a54a7ade6bdec3dfd98fd114fe3b2 (patch) | |
tree | fab4c1b3f43d79d26d0ab7a32296dc713ac62682 /net | |
parent | 15318bcdc1675e9e22e9fc69dec688e6e4d7b559 (diff) | |
download | pkgsrc-429607db1b5a54a7ade6bdec3dfd98fd114fe3b2.tar.gz |
Use REQD_DIRS instead of OWN_DIRS -- should fix CHECK_FILES build.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 2bbe0f04556..10bdda44499 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -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 @@ CONFIGURE_ENV+= PERLPROG=${PERL5:Q} # 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: |