diff options
Diffstat (limited to 'devel/libavl')
-rw-r--r-- | devel/libavl/Makefile | 1 | ||||
-rw-r--r-- | devel/libavl/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile index 0eb07b4..b9cba26 100644 --- a/devel/libavl/Makefile +++ b/devel/libavl/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= avl DISTNAME= avl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= A library for balanced binary trees GNU_CONFIGURE= yes diff --git a/devel/libavl/pkg-comment b/devel/libavl/pkg-comment deleted file mode 100644 index ad05858..0000000 --- a/devel/libavl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for balanced binary trees |