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:
parent
d70b68141b
commit
20c3cb3a1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336114
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
include/avltree.h
|
||||
lib/libavltree.a
|
||||
man/man3/avltree.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user