aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avltree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avltree/Makefile')
-rw-r--r--devel/avltree/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/avltree/Makefile b/devel/avltree/Makefile
index 37efcdc4607a..54b657a5c209 100644
--- a/devel/avltree/Makefile
+++ b/devel/avltree/Makefile
@@ -8,10 +8,8 @@ CATEGORIES= devel
MASTER_SITES= http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An in-memory index w/ binary and string keys and key counts
+COMMENT= In-memory index w/ binary and string keys and key counts
-MAN3= avltree.3
-MANCOMPRESSED= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-NO_STAGE= yes
.include <bsd.port.mk>