1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Support stage by cheating on PREFIX

This commit is contained in:
Baptiste Daroussin 2013-12-10 21:06:44 +00:00
parent d70b68141b
commit 20c3cb3a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336114
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -1,2 +1,3 @@
include/avltree.h
lib/libavltree.a
man/man3/avltree.3.gz