diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 01:37:00 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1994-10-23 01:37:00 +0000 |
commit | 33991ff4fa1da4fde8f710657a06885dbaebab60 (patch) | |
tree | 33cbdeabca999a66558057793cd1836150135717 /ftp/wu-ftpd/scripts | |
parent | Reviewed 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/scripts')
-rw-r--r-- | ftp/wu-ftpd/scripts/configure | 12 |
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 |