diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-24 01:10:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-24 01:10:31 +0000 |
commit | bef2afbe1c0acdd41b419b9dc86806ec399b5af0 (patch) | |
tree | a140a050345f5bfd5d9c1f0289fbb8190f2359e0 /net | |
parent | 988a080a8d829fd93027b37fa0b7eadbffbdeb94 (diff) | |
download | pkgsrc-bef2afbe1c0acdd41b419b9dc86806ec399b5af0.tar.gz |
Remove superflous ${WRKSRC} in SUBST_SED.<class>.
Diffstat (limited to 'net')
-rw-r--r-- | net/jftpgw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile index db80cf06472..1de4353a078 100644 --- a/net/jftpgw/Makefile +++ b/net/jftpgw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 01:32:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/24 01:10:31 xtraeme Exp $ DISTNAME= jftpgw-0.13.4 CATEGORIES= net @@ -22,7 +22,7 @@ CONF_FILES= ${EGDIR}/jftpgw.conf ${PKG_SYSCONFDIR}/jftpgw.conf SUBST_CLASSES+= config SUBST_STAGE.config= post-build -SUBST_FILES.config= ${WRKSRC}/jftpgw.conf.sample +SUBST_FILES.config= jftpgw.conf.sample SUBST_SED.config= -e "s/nobody/root/" .include "../../mk/bsd.pkg.mk" |