summaryrefslogtreecommitdiff
path: root/ftp/spegla
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-07-05 19:44:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-07-05 19:44:04 +0000
commit278a6474491144444428eee354fa3185805b5715 (patch)
tree03bccaabcf10fda9e7527a141408618f6652337f /ftp/spegla
parentUpdate to rev. 2.8. (Several bug fixes have been done) (diff)
Fix the skip directive.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
Notes
Notes: svn path=/head/; revision=30252
Diffstat (limited to 'ftp/spegla')
-rw-r--r--ftp/spegla/Makefile5
-rw-r--r--ftp/spegla/files/patch-ac12
2 files changed, 17 insertions, 0 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile
index b3185dc35d26..56fde261fa7d 100644
--- a/ftp/spegla/Makefile
+++ b/ftp/spegla/Makefile
@@ -17,6 +17,11 @@ MAINTAINER= jkh@FreeBSD.org
MANCOMPRESSED= yes
MAN1= spegla.1
+post-extract:
+.for file in engine.c regcomp.c regerror.c regexec.c regfree.c cclass.h cname.h regex.h regex2.h utils.h
+ @${CP} ${WRKSRC}/regex/${file} ${WRKSRC}
+.endfor
+
post-install:
@${MKDIR} ${PREFIX}/share/examples/spegla
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
diff --git a/ftp/spegla/files/patch-ac b/ftp/spegla/files/patch-ac
new file mode 100644
index 000000000000..35675a1276bc
--- /dev/null
+++ b/ftp/spegla/files/patch-ac
@@ -0,0 +1,12 @@
+--- Makefile.dist Sat May 27 22:50:20 2000
++++ Makefile Thu Jun 29 20:06:23 2000
+@@ -8,7 +8,8 @@
+
+ PROG = spegla
+ SRCS = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \
+- que_syms.c e_err.c
++ que_syms.c e_err.c \
++ regcomp.c regerror.c regexec.c regfree.c
+ .if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
+ SRCS += strlcpy.c
+ CPPFLAGS += -DNO_STRLCPY