aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd/scripts
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1994-10-23 09:37:00 +0800
committertorstenb <torstenb@FreeBSD.org>1994-10-23 09:37:00 +0800
commit48237568190de8547218b78c8fb687456207ea20 (patch)
tree3c22f520b66fd69bdd6d13d49fab6ccffc5123a8 /ftp/wu-ftpd/scripts
parent6a43ed2a2f9dd7fa3cf6a28815f8e7f8b5ae2f99 (diff)
downloadfreebsd-ports-gnome-48237568190de8547218b78c8fb687456207ea20.tar.gz
freebsd-ports-gnome-48237568190de8547218b78c8fb687456207ea20.tar.zst
freebsd-ports-gnome-48237568190de8547218b78c8fb687456207ea20.zip
Reviewed by:
Submitted by: Obtained from: wuarchive ftpd with skey support
Diffstat (limited to 'ftp/wu-ftpd/scripts')
-rw-r--r--ftp/wu-ftpd/scripts/configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/wu-ftpd/scripts/configure b/ftp/wu-ftpd/scripts/configure
new file mode 100644
index 000000000000..c5dca7248c10
--- /dev/null
+++ b/ftp/wu-ftpd/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