summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftp/ncftp2/Makefile7
-rw-r--r--ftp/ncftp3/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index 440b53d..459c560 100644
--- a/ftp/ncftp2/Makefile
+++ b/ftp/ncftp2/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.24 1995/06/13 22:14:10 ache Exp $
+# $Id: Makefile,v 1.25 1995/07/17 14:31:23 ache Exp $
#
DISTNAME= ncftp-2.1.0
@@ -19,4 +19,9 @@ do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/Complete.h ${WRKSRC}
+ cp ${FILESDIR}/Complete.c ${WRKSRC}
+
.include <bsd.port.mk>
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index 440b53d..459c560 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.24 1995/06/13 22:14:10 ache Exp $
+# $Id: Makefile,v 1.25 1995/07/17 14:31:23 ache Exp $
#
DISTNAME= ncftp-2.1.0
@@ -19,4 +19,9 @@ do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
+# Copy the list of FreeBSD sites
+pre-patch:
+ cp ${FILESDIR}/Complete.h ${WRKSRC}
+ cp ${FILESDIR}/Complete.c ${WRKSRC}
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud