summaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-04-30 12:56:46 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-04-30 12:56:46 +0000
commit8da816967afba22c9d8ae9f996dfe4a20b6ace23 (patch)
treebf6dfd3e4db5e63bdabf2be0bd5a4ed490fc0e10 /devel/boehm-gc
parentHonor PREFIX when patching startup script (diff)
Install gc_cpp.h and gc_allocator.h to the correct location.
Submitted by: des
Notes
Notes: svn path=/head/; revision=79914
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile3
-rw-r--r--devel/boehm-gc/pkg-plist3
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index f59f95089aad..c856b7118cbd 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= boehm-gc
PORTVERSION= 6.2.a4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
DISTNAME= gc${PORTVERSION:S/.a/alpha/}
@@ -18,7 +19,7 @@ USE_LIBTOOL= yes
USE_REINPLACE= yes
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --disable-threads
+CONFIGURE_ARGS= --prefix=${PREFIX} --disable-threads --enable-cplusplus
MAN3= gc.3
diff --git a/devel/boehm-gc/pkg-plist b/devel/boehm-gc/pkg-plist
index 4e492527ede4..ef547f190146 100644
--- a/devel/boehm-gc/pkg-plist
+++ b/devel/boehm-gc/pkg-plist
@@ -16,7 +16,9 @@ include/gc/leak_detector.h
include/gc/new_gc_alloc.h
include/gc/weakpointer.h
include/gc.h
+include/gc_allocator.h
include/gc_config_macros.h
+include/gc_cpp.h
include/gc_local_alloc.h
include/gc_pthread_redirects.h
include/gc_typed.h
@@ -54,4 +56,5 @@ share/doc/gc/gcinterface.html
share/doc/gc/leak.html
share/doc/gc/scale.html
share/doc/gc/tree.html
+@dirrm share/doc/gc
@dirrm include/gc