From 278a6474491144444428eee354fa3185805b5715 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 5 Jul 2000 19:44:04 +0000 Subject: Fix the skip directive. Submitted by: Makoto MATSUSHITA --- ftp/spegla/Makefile | 5 +++++ ftp/spegla/files/patch-ac | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 ftp/spegla/files/patch-ac (limited to 'ftp/spegla') 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 -- cgit v1.2.3