summaryrefslogtreecommitdiff
path: root/net/jftpgw
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-24 01:10:31 +0000
committerxtraeme <xtraeme>2004-02-24 01:10:31 +0000
commit7040ef28d1726bc494d43a47b2d68539eaedbff9 (patch)
treea140a050345f5bfd5d9c1f0289fbb8190f2359e0 /net/jftpgw
parentdf2a724c5f1e4d0b9adaf91b6a418ac0eb639668 (diff)
downloadpkgsrc-7040ef28d1726bc494d43a47b2d68539eaedbff9.tar.gz
Remove superflous ${WRKSRC} in SUBST_SED.<class>.
Diffstat (limited to 'net/jftpgw')
-rw-r--r--net/jftpgw/Makefile4
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"