summaryrefslogtreecommitdiff
path: root/devel/c2lib
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-22 09:14:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-22 09:14:31 +0000
commit99a662beacefd3e8b9bd5233c1f69c93b34023d0 (patch)
tree2d10ef90ff121fc4051b65f15ab80f7d88dfeb49 /devel/c2lib
parentNow uses Jakarta Tomcat 3.2.4. Improved the list of download locations. (diff)
Don't use dynamically generaled Makefile.inc.
Notes
Notes: svn path=/head/; revision=55077
Diffstat (limited to 'devel/c2lib')
-rw-r--r--devel/c2lib/Makefile10
-rw-r--r--devel/c2lib/files/man3145
-rw-r--r--devel/c2lib/scripts/genman3list.sh13
3 files changed, 146 insertions, 22 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile
index d43d9ee49926..2a04ea103b9d 100644
--- a/devel/c2lib/Makefile
+++ b/devel/c2lib/Makefile
@@ -21,14 +21,6 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
REALCURDIR="${.CURDIR}" \
DISTNAME="${DISTNAME}"
-post-extract:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/genman3list.sh
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
+MAN3!= ${CAT} ${FILESDIR}/man3
.include <bsd.port.mk>
diff --git a/devel/c2lib/files/man3 b/devel/c2lib/files/man3
new file mode 100644
index 000000000000..06a33212e147
--- /dev/null
+++ b/devel/c2lib/files/man3
@@ -0,0 +1,145 @@
+_hash_erase.3
+_hash_get.3
+_hash_get_ptr.3
+_hash_insert.3
+_hash_new.3
+_sash_get.3
+_shash_get.3
+_shash_get_ptr.3
+_shash_insert.3
+_vector_compare.3
+_vector_fill.3
+_vector_get.3
+_vector_get_ptr.3
+_vector_insert.3
+_vector_map.3
+_vector_map_pool.3
+_vector_new.3
+_vector_pop_back.3
+_vector_pop_front.3
+_vector_push_back.3
+_vector_push_front.3
+_vector_replace.3
+_vector_sort.3
+copy_hash.3
+copy_sash.3
+copy_shash.3
+copy_vector.3
+delete_pool.3
+global_pool.3
+hash_erase.3
+hash_exists.3
+hash_get.3
+hash_get_buckets_allocated.3
+hash_get_buckets_used.3
+hash_get_ptr.3
+hash_insert.3
+hash_keys.3
+hash_keys_in_pool.3
+hash_set_buckets_allocated.3
+hash_size.3
+hash_values.3
+hash_values_in_pool.3
+new_hash.3
+new_pool.3
+new_sash.3
+new_shash.3
+new_subpool.3
+new_subvector.3
+new_vector.3
+pcalloc.3
+pchomp.3
+pchrs.3
+pconcat.3
+pdtoa.3
+pgetline.3
+pgetlinec.3
+pgetlinex.3
+pitoa.3
+pjoin.3
+pmalloc.3
+pmatch.3
+pmatchx.3
+pmemdup.3
+pool_get_stats.3
+pool_register_cleanup_fn.3
+pool_register_fd.3
+pool_register_malloc.3
+pool_set_bad_malloc_handler.3
+prealloc.3
+psort.3
+psprintf.3
+pstrcat.3
+pstrcsplit.3
+pstrdup.3
+pstrlwr.3
+pstrncat.3
+pstrndup.3
+pstrresplit.3
+pstrs.3
+pstrsplit.3
+pstrupr.3
+psubst.3
+psubstr.3
+psubstx.3
+ptrim.3
+ptrimback.3
+ptrimfront.3
+pvdtostr.3
+pvector.3
+pvectora.3
+pvitostr.3
+pvsprintf.3
+pvxtostr.3
+pxtoa.3
+sash_erase.3
+sash_exists.3
+sash_get.3
+sash_get_buckets_allocated.3
+sash_get_buckets_used.3
+sash_insert.3
+sash_keys.3
+sash_keys_in_pool.3
+sash_set_buckets_allocated.3
+sash_size.3
+sash_values.3
+sash_values_in_pool.3
+shash_erase.3
+shash_exists.3
+shash_get.3
+shash_get_buckets_allocated.3
+shash_get_buckets_used.3
+shash_get_ptr.3
+shash_insert.3
+shash_keys.3
+shash_keys_in_pool.3
+shash_set_buckets_allocated.3
+shash_size.3
+shash_values.3
+shash_values_in_pool.3
+vector_allocated.3
+vector_clear.3
+vector_compare.3
+vector_element_size.3
+vector_erase.3
+vector_erase_range.3
+vector_fill.3
+vector_get.3
+vector_get_ptr.3
+vector_grep.3
+vector_grep_pool.3
+vector_insert.3
+vector_insert_array.3
+vector_map.3
+vector_map_pool.3
+vector_pop_back.3
+vector_pop_front.3
+vector_push_back.3
+vector_push_front.3
+vector_reallocate.3
+vector_replace.3
+vector_replace_array.3
+vector_reverse.3
+vector_size.3
+vector_sort.3
+vector_swap.3
diff --git a/devel/c2lib/scripts/genman3list.sh b/devel/c2lib/scripts/genman3list.sh
deleted file mode 100644
index d93c72b86fc8..000000000000
--- a/devel/c2lib/scripts/genman3list.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then
- exit
-fi
-
-${MKDIR} ${WRKDIRPREFIX}${REALCURDIR}
-exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
-
-cd ${WRKDIRPREFIX}${REALCURDIR}/work/${DISTNAME}
-echo "MAN3= \\"
-echo *.3