|
Lines 47-53
Link Here
|
| 47 |
BROKEN= "Uses the old VM system interfaces" |
47 |
BROKEN= "Uses the old VM system interfaces" |
| 48 |
.endif |
48 |
.endif |
| 49 |
|
49 |
|
| 50 |
SHLIB_VERSION=3 |
50 |
SHLIB_VERSION=4 |
| 51 |
PLIST_SUB= shlib=${SHLIB_VERSION} |
51 |
PLIST_SUB= shlib=${SHLIB_VERSION} |
| 52 |
|
52 |
|
| 53 |
post-patch: |
53 |
post-patch: |
|
Lines 56-61
Link Here
|
| 56 |
post-install: |
56 |
post-install: |
| 57 |
( cd ${PREFIX}/bin && strip ${BIN} ) |
57 |
( cd ${PREFIX}/bin && strip ${BIN} ) |
| 58 |
( cd ${PREFIX}/sbin && strip ${SBIN} ) |
58 |
( cd ${PREFIX}/sbin && strip ${SBIN} ) |
|
|
59 |
( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) |
| 60 |
( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) |
| 59 |
( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) |
61 |
( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) |
| 60 |
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp |
62 |
@${MKDIR} ${PREFIX}/share/examples/ucd-snmp |
| 61 |
@for F in ${WRKSRC}/etc/* ; do \ |
63 |
@for F in ${WRKSRC}/etc/* ; do \ |