From 625efbcac119b2ea091212de340b1023151ddfd3 Mon Sep 17 00:00:00 2001 From: sumikawa Date: Sat, 4 Jan 2003 12:28:23 +0000 Subject: Sync with ftp/wu-ftpd. --- ftp/wu-ftpd+ipv6/Makefile | 2 +- ftp/wu-ftpd+ipv6/files/patch-ac | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ftp/wu-ftpd+ipv6/files/patch-ac (limited to 'ftp/wu-ftpd+ipv6') diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 1707b4b75900..56c83f812a26 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -9,7 +9,7 @@ PORTNAME= wu-ftpd+ipv6 PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ DISTNAME= wu-ftpd-${PORTVERSION} diff --git a/ftp/wu-ftpd+ipv6/files/patch-ac b/ftp/wu-ftpd+ipv6/files/patch-ac new file mode 100644 index 000000000000..642dfa748534 --- /dev/null +++ b/ftp/wu-ftpd+ipv6/files/patch-ac @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Jul 1 22:04:21 2000 ++++ src/Makefile.in Sun Dec 22 21:01:41 2002 +@@ -34,7 +34,7 @@ + + CFLAGS=$(WARNINGS) @CFLAGS@ + LDFLAGS=@LDFLAGS@ +-YACC=@YACC@ ++YACC=byacc + LIBS=@LIBS@ + + UTIL_SRC = COPYRIGHT.c vers.c -- cgit