diff options
author | jmb <jmb@FreeBSD.org> | 1999-11-15 18:30:56 +0000 |
---|---|---|
committer | jmb <jmb@FreeBSD.org> | 1999-11-15 18:30:56 +0000 |
commit | 8bf853085fd3b21d171bdd8bff01bbebed018942 (patch) | |
tree | 96dc79f71bd88ed1e3f1e878917f145560232136 /net-mgmt/net-snmp53 | |
parent | bdeabd71417a12de14ffe9ac91488a9f24cc41ac (diff) | |
download | FreeBSD-ports-8bf853085fd3b21d171bdd8bff01bbebed018942.zip FreeBSD-ports-8bf853085fd3b21d171bdd8bff01bbebed018942.tar.gz |
grr....back out commit error.
restore previous version of the file.
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index d54be5d..82283d4 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -45,9 +45,9 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -#.if ${OSVERSION} >= 400000 -#BROKEN= "Uses the old VM system interfaces" -#.endif +.if ${OSVERSION} >= 400000 +BROKEN= "Uses the old VM system interfaces" +.endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} @@ -58,9 +58,7 @@ post-patch: post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) @( cd ${PREFIX}/sbin && strip ${SBIN} ) - echo "got to here BEFORE real to post switch" - ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - echo "got to here AFTER real to post switch" + @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp |