svn commit: r336114 - head/devel/avltree
Baptiste Daroussin
bapt at FreeBSD.org
Tue Dec 10 21:06:45 UTC 2013
Author: bapt
Date: Tue Dec 10 21:06:44 2013
New Revision: 336114
URL: http://svnweb.freebsd.org/changeset/ports/336114
Log:
Support stage by cheating on PREFIX
Modified:
head/devel/avltree/Makefile
head/devel/avltree/pkg-plist
Modified: head/devel/avltree/Makefile
==============================================================================
--- head/devel/avltree/Makefile Tue Dec 10 21:04:54 2013 (r336113)
+++ head/devel/avltree/Makefile Tue Dec 10 21:06:44 2013 (r336114)
@@ -8,10 +8,8 @@ CATEGORIES= devel
MASTER_SITES= http://www.gtlib.gatech.edu/pub/FreeBSD/distfiles/
MAINTAINER= ports at 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>
Modified: head/devel/avltree/pkg-plist
==============================================================================
--- head/devel/avltree/pkg-plist Tue Dec 10 21:04:54 2013 (r336113)
+++ head/devel/avltree/pkg-plist Tue Dec 10 21:06:44 2013 (r336114)
@@ -1,2 +1,3 @@
include/avltree.h
lib/libavltree.a
+man/man3/avltree.3.gz
More information about the svn-ports-all
mailing list