diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-03 21:40:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-03 21:40:03 +0000 |
commit | 36d085261deff69cba3bc5b51a13ae8885562d16 (patch) | |
tree | 83f5b8e24c5bb06318929eb9eb768df926c28236 /devel/libavl | |
parent | b49f2491337bb33d8b889772de36b0d7717444ad (diff) |
Notes
Diffstat (limited to 'devel/libavl')
-rw-r--r-- | devel/libavl/Makefile | 2 | ||||
-rw-r--r-- | devel/libavl/pkg-descr | 2 | ||||
-rw-r--r-- | devel/libavl/pkg-plist | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile index b9cba264b680..0f3394527edf 100644 --- a/devel/libavl/Makefile +++ b/devel/libavl/Makefile @@ -18,4 +18,6 @@ COMMENT= A library for balanced binary trees GNU_CONFIGURE= yes +INFO= avl + .include <bsd.port.mk> diff --git a/devel/libavl/pkg-descr b/devel/libavl/pkg-descr index a53a5ef48e1f..db972e7dbd0e 100644 --- a/devel/libavl/pkg-descr +++ b/devel/libavl/pkg-descr @@ -4,4 +4,4 @@ search operations. libavl is the most complete free balanced binary tree library on the net today, supporting AVL trees in plain, threaded, and right-threaded forms as well as plain red-black trees. -WWW: http://www.msu.edu/user/pfaffben/avl/ +WWW: http://www.stanford.edu/~blp/avl/ diff --git a/devel/libavl/pkg-plist b/devel/libavl/pkg-plist index 9f35624f92ea..8ce0d1cdbfbe 100644 --- a/devel/libavl/pkg-plist +++ b/devel/libavl/pkg-plist @@ -3,6 +3,3 @@ include/avl.h include/avlt.h include/avltr.h include/rb.h -@unexec install-info --delete %D/info/avl.info %D/info/dir -info/avl.info -@exec install-info %D/info/avl.info %D/info/dir |