View | Details | Raw Unified | Return to bug 164955 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 13-23 Link Here
13
MAINTAINER=	dgeo@centrale-marseille.fr
13
MAINTAINER=	dgeo@centrale-marseille.fr
14
COMMENT=	Mibs for use with ports-mgmt/netdisco (and snmp)
14
COMMENT=	Mibs for use with ports-mgmt/netdisco (and snmp)
15
15
16
DATADIR=	${PREFIX}/share/${PORTNAME}
17
18
NO_BUILD=	yes
16
NO_BUILD=	yes
19
17
20
MIBDIRS=allied arista aruba asante cabletron cisco cyclades dell enterasys extreme foundry hp juniper mikrotik net-snmp netgear netscreen nortel packetfront rfc
18
.include "bsd.port.netdisco.mk"
21
19
22
do-install:
20
do-install:
23
	${MKDIR} ${DATADIR}
21
	${MKDIR} ${DATADIR}
(-)bsd.port.netdisco.mk (+20 lines)
Added Link Here
1
MIBDIRS=	allied \
2
		arista \
3
		aruba \
4
		asante \
5
		cabletron \
6
		cisco \
7
		cyclades \
8
		dell \
9
		enterasys \
10
		extreme \
11
		foundry \
12
		hp \
13
		juniper \
14
		mikrotik \
15
		net-snmp \
16
		netgear \
17
		netscreen \
18
		nortel \
19
		packetfront \
20
		rfc

Return to bug 164955