mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Fix the skip directive.
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
This commit is contained in:
parent
26c7e3a5ad
commit
278a647449
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30252
@ -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
|
||||
|
12
ftp/spegla/files/patch-ac
Normal file
12
ftp/spegla/files/patch-ac
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user