diff options
author | torstenb <torstenb@FreeBSD.org> | 1994-10-23 09:37:00 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1994-10-23 09:37:00 +0800 |
commit | 48237568190de8547218b78c8fb687456207ea20 (patch) | |
tree | 3c22f520b66fd69bdd6d13d49fab6ccffc5123a8 /ftp/wu-ftpd/scripts | |
parent | 6a43ed2a2f9dd7fa3cf6a28815f8e7f8b5ae2f99 (diff) | |
download | freebsd-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/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 |