diff options
Diffstat (limited to 'ftp/ftpsearch/Makefile')
-rw-r--r-- | ftp/ftpsearch/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile index c86cc0842d95..53fd9f66dc64 100644 --- a/ftp/ftpsearch/Makefile +++ b/ftp/ftpsearch/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Dec 1996 # Whom: Tor.Egge@idi.ntnu.no # -# $Id: Makefile,v 1.3 1997/02/19 09:31:07 tg Exp $ +# $Id: Makefile,v 1.4 1997/10/30 02:42:19 tegge Exp $ # DISTNAME= ftpsearch-1.0 @@ -20,7 +20,9 @@ PATCHFILES = ftpsearch-1.0.patch1 \ ftpsearch-1.0.patch3 \ ftpsearch-1.0.patch4 \ ftpsearch-1.0.patch5 \ - ftpsearch-1.0.patch6 + ftpsearch-1.0.patch6 \ + ftpsearch-1.0.patch7 \ + ftpsearch-1.0.patch8 GNU_CONFIGURE= yes CONFIGURE_ENV+= FTPSEARCHROOT=${PREFIX}/ftpsearch |