mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
64b881e789
Changes: - Use internal functions rather than libc versions in a couple of places This allows writing to dirs without read perms and the ftpconversions file to work. - Fix up skey support to use correct parameters - using compress in the ftpconversions file doesn't seem to work, so alter example ftpconversions file to use gzip -d rather than compress -dc - Install manpages compressed Still broken : - using /bin/compress to compress/uncompress files on the fly
13 lines
470 B
Bash
13 lines
470 B
Bash
#!/bin/sh
|
|
#
|
|
# configure,v 1.1.1.1 1994/10/23 01:36:59 torstenb Exp
|
|
#
|
|
|
|
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
|