diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-11-03 17:03:42 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-11-03 17:03:42 +0000 |
commit | 7f2ddffe96e534c5f6355d60b68230a9f0457c5c (patch) | |
tree | e6354869103c618861a1e7c7dfdd486115cac3f6 /net-mgmt/libsmi/Makefile | |
parent | 1aae05025c55470327863435ab7085821e213487 (diff) | |
download | ports-7f2ddffe96e534c5f6355d60b68230a9f0457c5c.tar.gz ports-7f2ddffe96e534c5f6355d60b68230a9f0457c5c.zip |
Notes
Diffstat (limited to 'net-mgmt/libsmi/Makefile')
-rw-r--r-- | net-mgmt/libsmi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index 92061e9149f0..ac4ff91f0596 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsmi -PORTVERSION= 0.1.8 +PORTVERSION= 0.2.6 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ @@ -21,8 +21,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes MIBDIR= ${PREFIX}/share/smi/mibs CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ - --with-mibdir=${MIBDIR} \ - --with-smipath=${MIBDIR}/ietf:${MIBDIR}/iana:${MIBDIR}/irtf:${MIBDIR}/site + --with-mibdir=${MIBDIR} MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 |