install one more header, needed by the upcoming opencm use

of /usr/local/include
This commit is contained in:
todd 2002-09-12 14:53:27 +00:00
parent 1b56fe7d3e
commit 03a3b0e4e7
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/09/12 14:18:56 todd Exp $
# $OpenBSD: Makefile,v 1.20 2002/09/12 14:53:27 todd Exp $
# $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $
COMMENT= "garbage collection and memory leak detection for C and C++"
@ -33,7 +33,7 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3
${INSTALL_DATA} ${WRKSRC}/include/gc{,_cpp}.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/include/gc{,_cpp,_backptr}.h ${PREFIX}/include
REGRESS_TARGET= check-TESTS

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.3 2002/08/27 15:41:30 todd Exp $
@comment $OpenBSD: PLIST,v 1.4 2002/09/12 14:53:27 todd Exp $
include/gc.h
include/gc_cpp.h
include/gc_backptr.h
lib/libgc.a
lib/libgc.la
man/man3/gc.3