From 9dd8e18df737041757cd9f78a564995d86671452 Mon Sep 17 00:00:00 2001 From: sf Date: Tue, 11 Sep 2001 21:21:33 +0000 Subject: unbreak: ${FILESDIR} is read-only. --- ftp/jftpgw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp/jftpgw') diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile index 565bba2..65d252c 100644 --- a/ftp/jftpgw/Makefile +++ b/ftp/jftpgw/Makefile @@ -22,7 +22,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/ @${SED} -e 's:@PREFIX@:${PREFIX}:g' \ - ${FILESDIR}/jftpgw.sh.in > ${FILESDIR}/jftpgw.sh - ${INSTALL_SCRIPT} ${FILESDIR}/jftpgw.sh ${PREFIX}/etc/rc.d + ${FILESDIR}/jftpgw.sh.in > ${WRKDIR}/jftpgw.sh + ${INSTALL_SCRIPT} ${WRKDIR}/jftpgw.sh ${PREFIX}/etc/rc.d .include -- cgit v1.1