summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/scripts
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:37:00 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1994-10-23 01:37:00 +0000
commit33991ff4fa1da4fde8f710657a06885dbaebab60 (patch)
tree33cbdeabca999a66558057793cd1836150135717 /ftp/wu-ftpd+ipv6/scripts
parentReviewed by: (diff)
Reviewed by:
Submitted by: Obtained from: wuarchive ftpd with skey support
Notes
Notes: svn path=/head/; revision=270
Diffstat (limited to 'ftp/wu-ftpd+ipv6/scripts')
-rw-r--r--ftp/wu-ftpd+ipv6/scripts/configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/scripts/configure b/ftp/wu-ftpd+ipv6/scripts/configure
new file mode 100644
index 000000000000..c5dca7248c10
--- /dev/null
+++ b/ftp/wu-ftpd+ipv6/scripts/configure
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# $Id$
+#
+
+mv ${WRKSRC}/src/pathnames.h ${WRKSRC}/src/pathnames.h.bak
+sed <${WRKSRC}/src/pathnames.h.bak >${WRKSRC}/src/pathnames.h s+!!PREFIX!!+$PREFIX+g
+
+cp ${FILESDIR}/Makefile.fb2 ${WRKSRC}/src/makefiles/Makefile.fb2
+cp ${FILESDIR}/config.fb2 ${WRKSRC}/src/config/config.fb2
+cp ${FILESDIR}/support-Makefile.fb2 ${WRKSRC}/support/makefiles/Makefile.fb2
+cp ${FILESDIR}/skey-stuff.c ${WRKSRC}/src/skey-stuff.c