aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtecla/scripts
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-13 15:25:32 +0800
committerijliao <ijliao@FreeBSD.org>2001-12-13 15:25:32 +0800
commitdb3ecb26bee01bf1db4b8e124a6d8570ca7cde64 (patch)
tree35f931dfc5f86ecde220f84aa622de159dc2f2c7 /devel/libtecla/scripts
parent1c52a88fcaea89169459aa68580cf9e9d0987282 (diff)
downloadfreebsd-ports-gnome-db3ecb26bee01bf1db4b8e124a6d8570ca7cde64.tar.gz
freebsd-ports-gnome-db3ecb26bee01bf1db4b8e124a6d8570ca7cde64.tar.zst
freebsd-ports-gnome-db3ecb26bee01bf1db4b8e124a6d8570ca7cde64.zip
upgrade to 1.4.0
Diffstat (limited to 'devel/libtecla/scripts')
-rw-r--r--devel/libtecla/scripts/genman3list.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/libtecla/scripts/genman3list.sh b/devel/libtecla/scripts/genman3list.sh
new file mode 100644
index 000000000000..88263165cafd
--- /dev/null
+++ b/devel/libtecla/scripts/genman3list.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+# $FreeBSD$
+
+if [ -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ]; then
+ exit
+fi
+
+${MKDIR} ${WRKDIRPREFIX}${REALCURDIR}
+exec > ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc
+
+cd ${WRKDIRPREFIX}${REALCURDIR}/work/${PORTNAME}/man3
+echo "MAN3= \\"
+#echo *.3
+ls *.3 | sed 's,$,\\,'
+echo